-rw-r--r-- | qtcompat/qtcompat.pro | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/qtcompat/qtcompat.pro b/qtcompat/qtcompat.pro new file mode 100644 index 0000000..f985bb4 --- a/dev/null +++ b/qtcompat/qtcompat.pro | |||
@@ -0,0 +1,31 @@ | |||
1 | TEMPLATE= lib | ||
2 | CONFIG += qt warn_on | ||
3 | OBJECTS_DIR = obj/$(PLATFORM) | ||
4 | MOC_DIR = moc/$(PLATFORM) | ||
5 | TARGET = microqtcompat | ||
6 | DESTDIR=$(QPEDIR)/lib | ||
7 | |||
8 | |||
9 | INTERFACES = \ | ||
10 | |||
11 | HEADERS = \ | ||
12 | qcombotableitem.h \ | ||
13 | qgridview.h \ | ||
14 | qmemarray.h \ | ||
15 | qptrlist.h \ | ||
16 | qksplitter.h \ | ||
17 | qptrvector.h \ | ||
18 | qinputdialog.h \ | ||
19 | qtooltipcompat.h | ||
20 | |||
21 | # qsplitter.h | ||
22 | |||
23 | |||
24 | |||
25 | |||
26 | SOURCES = \ | ||
27 | qinputdialog.cpp \ | ||
28 | qcombotableitem.cpp \ | ||
29 | qgridview.cpp \ | ||
30 | qtooltipcompat.cpp | ||
31 | |||