summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/manager.pro
blob: 1c3faf3faad38762d51de62b9d182407958ffcaf (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
TEMPLATE        = app
CONFIG          = qt warn_on debug
#CONFIG          = qt warn_on release
HEADERS         = btconnectionitem.h btdeviceitem.h \
                  btserviceitem.h stdpopups.h \ 
		  popuphelper.h bluebase.h \ 
		  scandialog.h btlistitem.h \ 
		  hciconfwrapper.h bticonloader.h \
		  pppdialog.h obexdialog.h \
		  devicehandler.h rfcpopup.h obexpopup.h \
		  rfcommhelper.h
		  
SOURCES         = btconnectionitem.cpp btdeviceitem.cpp \ 
	          btserviceitem.cpp stdpopups.cpp \
		  popuphelper.cpp main.cpp \
		  bluebase.cpp scandialog.cpp \ 
		  btlistitem.cpp hciconfwrapper.cpp \ 
		  bticonloader.cpp pppdialog.cpp \
		  obexdialog.cpp devicehandler.cpp \
		  rfcpopup.cpp obexpopup.cpp \
		  rfcommhelper.cpp
INCLUDEPATH     += $(OPIEDIR)/include
INCLUDEPATH     += $(OPIEDIR)/noncore/net/opietooth/lib
DEPENDPATH      += $(OPIEDIR)/include
LIBS            += -lqpe -lopietooth -lopie
INTERFACES      = bluetoothbase.ui  devicedialog.ui  
DESTDIR         = $(OPIEDIR)/bin
TARGET          = bluetooth-manager

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