summaryrefslogtreecommitdiffstats
path: root/qtools/qtools.pro.in
diff options
context:
space:
mode:
Diffstat (limited to 'qtools/qtools.pro.in')
-rw-r--r--qtools/qtools.pro.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/qtools/qtools.pro.in b/qtools/qtools.pro.in
index 17c6626..156ad09 100644
--- a/qtools/qtools.pro.in
+++ b/qtools/qtools.pro.in
@@ -36,7 +36,11 @@ HEADERS = qarray.h \
qtextstream.h \
qtl.h \
qvaluelist.h \
- qvector.h
+ qvector.h \
+ qxml.h \
+ qvaluestack.h \
+ qmap.h \
+ qmodules.h
SOURCES = qbuffer.cpp \
qcollection.cpp \
qcstring.cpp \
@@ -55,7 +59,9 @@ SOURCES = qbuffer.cpp \
qstring.cpp \
qtextstream.cpp \
qtextcodec.cpp \
- qstringlist.cpp
+ qstringlist.cpp \
+ qxml.cpp \
+ qmap.cpp
unix:SOURCES += qfile_unix.cpp \
qdir_unix.cpp \