summaryrefslogtreecommitdiff
path: root/noncore/apps/tableviewer/tableviewer.pro
Unidiff
Diffstat (limited to 'noncore/apps/tableviewer/tableviewer.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/tableviewer/tableviewer.pro36
1 files changed, 36 insertions, 0 deletions
diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro
new file mode 100644
index 0000000..edd41c5
--- a/dev/null
+++ b/noncore/apps/tableviewer/tableviewer.pro
@@ -0,0 +1,36 @@
1 TEMPLATE= app
2 CONFIG = qt warn_on debug
3 DESTDIR = ../bin
4 SUBDIRS = db ui
5 HEADERS = tableviewer.h \
6 ui/commonwidgets.h \
7 ui/tvbrowseview.h \
8 ui/tvlistview.h \
9 ui/tvfilterview.h \
10 ui/tveditview.h \
11 ui/browsekeyentry.h \
12 ui/filterkeyentry.h \
13 ui/tvkeyedit.h \
14 db/datacache.h \
15 db/common.h \
16 db/xmlsource.h \
17 db/csvsource.h
18 SOURCES = main.cpp \
19 tableviewer.cpp \
20 ui/commonwidgets.cpp \
21 ui/tvbrowseview.cpp \
22 ui/tvfilterview.cpp \
23 ui/browsekeyentry.cpp \
24 ui/filterkeyentry.cpp \
25 ui/tvlistview.cpp \
26 ui/tveditview.cpp \
27 ui/tvkeyedit.cpp \
28 db/datacache.cpp \
29 db/xmlsource.cpp \
30 db/csvsource.cpp \
31 db/common.cpp
32 INTERFACES= ui/tvkeyedit_gen.ui
33 TARGET = tableviewer
34INCLUDEPATH += $(QPEDIR)/include
35DEPENDPATH += $(QPEDIR)/include
36 LIBS += -lqpe