summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/opietooth2/opietooth2.pro
blob: cfb527dd14cff34ec48642d0dd4c64ea4888d563 (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
TEMPLATE        = lib
CONFIG          += qt warn_on release
#CONFIG		+= qt warn_on debug
DESTDIR		= $(OPIEDIR)/lib$(PROJMAK)
HEADERS		= OTDevice.h  \
                  OTDriver.h  \
                  OTGateway.h \
                  OTHCISocket.h \
                  OTInquiry.h \
                  OTDeviceAddress.h \
                  OTIcons.h \
                  OTUUID.h \
                  OTSDPAttribute.h \
                  OTSDPService.h \
                  OTPeer.h \
                  Opietooth.h 
SOURCES		= OTDevice.cpp \
                  OTDriver.cpp \
                  OTDriverList.cpp \
                  OTHCISocket.cpp \
                  OTInquiry.cpp \
                  OTDeviceAddress.cpp \
                  OTUUID.cpp \
                  OTSDPAttribute.cpp \
                  OTSDPService.cpp \
                  OTIcons.cpp \
                  OTPeer.cpp \
                  OTGateway.cpp \
                  Opietooth.cpp
INCLUDEPATH	+= $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe -lopiecore2 -lbluetooth
INTERFACES	= OTMainGUI.ui OTSniffGUI.ui OTScanGUI.ui OTManageGUI.ui OTPairingGUI.ui
TARGET		= opietooth2
VERSION		= 1.0.0

include ( $(OPIEDIR)/include.pro )