summaryrefslogtreecommitdiff
path: root/example/example.pro
blob: d23a1d8896dee04780633cc551a7a25d80b6f951 (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
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



include ( ../include.pro )