summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--qtcompat/qtcompat.pro8
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
@@ -7,25 +7,29 @@ DESTDIR=$(QPEDIR)/lib
7 7
8 8
9INTERFACES = \ 9INTERFACES = \
10 10
11HEADERS = \ 11HEADERS = \
12 qcombotableitem.h \ 12 qcombotableitem.h \
13 qgridview.h \ 13 qgridview.h \
14 qmemarray.h \ 14 qmemarray.h \
15 qptrlist.h \ 15 qptrlist.h \
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
23 25
24 26
25 27
26SOURCES = \ 28SOURCES = \
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