author | ulf69 <ulf69> | 2004-09-15 17:46:55 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-09-15 17:46:55 (UTC) |
commit | c151151ccaffe54510e58731dc6d8f9d441bd31c (patch) (unidiff) | |
tree | 5661c1881333e426143a25135e212eaac930b8f9 /qtcompat/qtcompat.pro | |
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 = \ | |||
16 | qksplitter.h \ | 16 | qksplitter.h \ |
17 | qptrvector.h \ | 17 | qptrvector.h \ |
18 | qinputdialog.h \ | 18 | qinputdialog.h \ |
19 | qtooltipcompat.h | 19 | qtooltipcompat.h \ |
20 | xml/qdom.h \ | ||
21 | xml/qxml.h | ||
20 | 22 | ||
21 | # qsplitter.h | 23 | # qsplitter.h |
22 | 24 | ||
@@ -27,5 +29,7 @@ SOURCES = \ | |||
27 | qinputdialog.cpp \ | 29 | qinputdialog.cpp \ |
28 | qcombotableitem.cpp \ | 30 | qcombotableitem.cpp \ |
29 | qgridview.cpp \ | 31 | qgridview.cpp \ |
30 | qtooltipcompat.cpp | 32 | qtooltipcompat.cpp \ |
33 | xml/qdom.cpp \ | ||
34 | xml/qxml.cpp | ||
31 | 35 | ||