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 @@ -16,7 +16,9 @@ HEADERS = \ qksplitter.h \ qptrvector.h \ qinputdialog.h \ - qtooltipcompat.h + qtooltipcompat.h \ + xml/qdom.h \ + xml/qxml.h # qsplitter.h @@ -27,5 +29,7 @@ SOURCES = \ qinputdialog.cpp \ qcombotableitem.cpp \ qgridview.cpp \ - qtooltipcompat.cpp + qtooltipcompat.cpp \ + xml/qdom.cpp \ + xml/qxml.cpp |