author | ulf69 <ulf69> | 2004-09-15 17:46:55 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-09-15 17:46:55 (UTC) |
commit | c151151ccaffe54510e58731dc6d8f9d441bd31c (patch) (side-by-side diff) | |
tree | 5661c1881333e426143a25135e212eaac930b8f9 | |
parent | 2f7550f49c97557fe48c66876a45f6331d112478 (diff) | |
download | kdepimpi-c151151ccaffe54510e58731dc6d8f9d441bd31c.zip kdepimpi-c151151ccaffe54510e58731dc6d8f9d441bd31c.tar.gz kdepimpi-c151151ccaffe54510e58731dc6d8f9d441bd31c.tar.bz2 |
added xml support
-rw-r--r-- | qtcompat/qtcompat.pro | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/qtcompat/qtcompat.pro b/qtcompat/qtcompat.pro index f985bb4..0772f1f 100644 --- a/qtcompat/qtcompat.pro +++ b/qtcompat/qtcompat.pro @@ -17,5 +17,7 @@ HEADERS = \ qptrvector.h \ qinputdialog.h \ - qtooltipcompat.h + qtooltipcompat.h \ + xml/qdom.h \ + xml/qxml.h # qsplitter.h @@ -28,4 +30,6 @@ SOURCES = \ qcombotableitem.cpp \ qgridview.cpp \ - qtooltipcompat.cpp + qtooltipcompat.cpp \ + xml/qdom.cpp \ + xml/qxml.cpp |