summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/opietooth2/opietooth2.pro
Unidiff
Diffstat (limited to 'noncore/settings/networksettings2/opietooth2/opietooth2.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/opietooth2/opietooth2.pro37
1 files changed, 37 insertions, 0 deletions
diff --git a/noncore/settings/networksettings2/opietooth2/opietooth2.pro b/noncore/settings/networksettings2/opietooth2/opietooth2.pro
new file mode 100644
index 0000000..590b656
--- a/dev/null
+++ b/noncore/settings/networksettings2/opietooth2/opietooth2.pro
@@ -0,0 +1,37 @@
1TEMPLATE = lib
2CONFIG += qt warn_on release
3 #CONFIG += qt warn_on debug
4 DESTDIR = $(OPIEDIR)/lib$(PROJMAK)
5 HEADERS = OTDevice.h \
6 OTDriver.h \
7 OTGateway.h \
8 OTHCISocket.h \
9 OTInquiry.h \
10 OTDeviceAddress.h \
11 OTIcons.h \
12 OTUUID.h \
13 OTSDPAttribute.h \
14 OTSDPService.h \
15 OTPeer.h \
16 Opietooth.h
17 SOURCES = OTDevice.cpp \
18 OTDriver.cpp \
19 OTDriverList.cpp \
20 OTHCISocket.cpp \
21 OTInquiry.cpp \
22 OTDeviceAddress.cpp \
23 OTUUID.cpp \
24 OTSDPAttribute.cpp \
25 OTSDPService.cpp \
26 OTIcons.cpp \
27 OTPeer.cpp \
28 OTGateway.cpp \
29 Opietooth.cpp
30 INCLUDEPATH+= $(OPIEDIR)/include
31 DEPENDPATH+= $(OPIEDIR)/include
32LIBS += -lqpe -lopiecore2 -lbluetooth
33 INTERFACES= OTMainGUI.ui OTScanGUI.ui OTManageGUI.ui OTPairingGUI.ui
34 TARGET = opietooth2
35 VERSION = 1.0.0
36
37include ( $(OPIEDIR)/include.pro )