summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/blue-pin/blue-pin.pro
blob: fbf9dbeeb4aedafc2082574fb576ad8011073d10 (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
CONFIG          = qt warn_on release quick-app
HEADERS         = pindlg.h 
SOURCES         = main.cc pindlg.cc
INCLUDEPATH     += $(OPIEDIR)/include
INCLUDEPATH    += $(OPIEDIR)/noncore/opietooth/lib
DEPENDPATH      += $(OPIEDIR)/include
LIBS            += -lqpe 
INTERFACES      = pindlgbase.ui
TARGET		= bluepin

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


include ( $(OPIEDIR)/include.pro )