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

TRANSLATIONS = ../../../../i18n/de/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 ( ../../../../include.pro )