summaryrefslogtreecommitdiff
path: root/noncore/apps/tableviewer/tableviewer.pro
blob: 6f7340028de2969fc717e8f4e9d474fbed224370 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
TEMPLATE	= app
CONFIG		= qt warn_on debug
DESTDIR		= $(OPIEDIR)/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 += $(OPIEDIR)/include
DEPENDPATH     += $(OPIEDIR)/include
LIBS	       += -lqpe

TRANSLATIONS = ../../../i18n/de/tableviewer.ts \
	 ../../../i18n/nl/tableviewer.ts \
	 ../../../i18n/da/tableviewer.ts \
	 ../../../i18n/xx/tableviewer.ts \
	 ../../../i18n/en/tableviewer.ts \
	 ../../../i18n/es/tableviewer.ts \
	 ../../../i18n/fr/tableviewer.ts \
	 ../../../i18n/hu/tableviewer.ts \
	 ../../../i18n/ja/tableviewer.ts \
	 ../../../i18n/ko/tableviewer.ts \
	 ../../../i18n/no/tableviewer.ts \
	 ../../../i18n/pl/tableviewer.ts \
	 ../../../i18n/pt/tableviewer.ts \
	 ../../../i18n/pt_BR/tableviewer.ts \
	 ../../../i18n/sl/tableviewer.ts \
	 ../../../i18n/zh_CN/tableviewer.ts \
	 ../../../i18n/zh_TW/tableviewer.ts



include ( $(OPIEDIR)/include.pro )