summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/opietooth2/opietooth2.pro
blob: 16277cf7b5a7d849d325a49d1705aaf8b0c677a9 (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
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 ../networksettings2
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe -lopiecore2 -lbluetooth -lnetworksettings2
INTERFACES	= OTMainGUI.ui OTSniffGUI.ui OTScanGUI.ui OTManageGUI.ui OTPairingGUI.ui
TARGET		= opietooth2
VERSION		= 1.0.0

include ( $(OPIEDIR)/include.pro )

!isEmpty( LIBBLUEZ_INC_DIR ) {
    INCLUDEPATH += $$LIBBLUEZ_INC_DIR
}
!isEmpty( LIBBLUEZ_LIB_DIR ) {
    LIBS += -L$$LIBBLUEZ_LIB_DIR
}