summaryrefslogtreecommitdiff
path: root/noncore/apps/tableviewer/tableviewer.pro
blob: 0d65b271ee46bddbb712fbfe44d0a63f4152acdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
CONFIG		= qt warn_on quick-app
SUBDIRS		= db ui
HEADERS		= tableviewer.h \
		  xmlencodeattr.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 \
		  xmlencodeattr.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	+= $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS		+= -lqpe -lopiecore2

include( $(OPIEDIR)/include.pro )