summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/manager.pro
blob: 3cb308c5e85082fccd4539627d22d0e3d3643bd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE	= app
#CONFIG		= qt warn_on debug
CONFIG		= qt warn_on release
HEADERS		= bluemanager.h  
SOURCES		= main.cpp bluemanager.cpp 

INCLUDEPATH	+= $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe
INTERFACES      = bluetoothbase.ui devicedialog.ui scandialog.ui
TARGET		= bluetooth-manager
DESTDIR		= $(OPIEDIR)/bin