summaryrefslogtreecommitdiff
path: root/noncore/apps/tableviewer/tableviewer.pro
Side-by-side diff
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 @@
+TEMPLATE = app
+CONFIG = qt warn_on debug
+DESTDIR = ../bin
+SUBDIRS = db ui
+HEADERS = tableviewer.h \
+ ui/commonwidgets.h \
+ ui/tvbrowseview.h \
+ ui/tvlistview.h \
+ ui/tvfilterview.h \
+ ui/tveditview.h \
+ ui/browsekeyentry.h \
+ ui/filterkeyentry.h \
+ ui/tvkeyedit.h \
+ db/datacache.h \
+ db/common.h \
+ db/xmlsource.h \
+ db/csvsource.h
+SOURCES = main.cpp \
+ tableviewer.cpp \
+ ui/commonwidgets.cpp \
+ ui/tvbrowseview.cpp \
+ ui/tvfilterview.cpp \
+ ui/browsekeyentry.cpp \
+ ui/filterkeyentry.cpp \
+ ui/tvlistview.cpp \
+ ui/tveditview.cpp \
+ ui/tvkeyedit.cpp \
+ db/datacache.cpp \
+ db/xmlsource.cpp \
+ db/csvsource.cpp \
+ db/common.cpp
+INTERFACES = ui/tvkeyedit_gen.ui
+TARGET = tableviewer
+INCLUDEPATH += $(QPEDIR)/include
+DEPENDPATH += $(QPEDIR)/include
+LIBS += -lqpe