From 15318cad33835e4e2dc620d033e43cd930676cdd Mon Sep 17 00:00:00 2001 From: kergoth Date: Fri, 25 Jan 2002 22:14:26 +0000 Subject: Initial revision --- (limited to 'noncore/apps/tableviewer/tableviewer.pro') 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 -- cgit v0.9.0.2