From 9a134ab03890d942d53b4121e31e2d37859fa42c Mon Sep 17 00:00:00 2001 From: wimpie Date: Tue, 04 Jan 2005 01:44:52 +0000 Subject: New bluetooth library OT2 (loosely based on kbluetooth) --- (limited to 'noncore/settings/networksettings2/opietooth2/opietooth2.pro') 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 @@ +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 OTScanGUI.ui OTManageGUI.ui OTPairingGUI.ui +TARGET = opietooth2 +VERSION = 1.0.0 + +include ( $(OPIEDIR)/include.pro ) -- cgit v0.9.0.2