summaryrefslogtreecommitdiff
path: root/example/example.pro
blob: 7bcd7ac168948d29b8c079b0887f0bd91a28576e (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
TEMPLATE	= app
#CONFIG		= qt warn_on debug
CONFIG		= qt warn_on release
HEADERS		= example.h
SOURCES		= main.cpp example.cpp
INCLUDEPATH	+= $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe
INTERFACES	= examplebase.ui
TARGET		= example

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