summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/lib/lib.pro
Unidiff
Diffstat (limited to 'noncore/net/opietooth/lib/lib.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/lib/lib.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/noncore/net/opietooth/lib/lib.pro b/noncore/net/opietooth/lib/lib.pro
index 9d3c14d..781bf15 100644
--- a/noncore/net/opietooth/lib/lib.pro
+++ b/noncore/net/opietooth/lib/lib.pro
@@ -1,10 +1,12 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG += qte warn_on 2CONFIG += qte warn_on
3 HEADERS = connection.h parser.h device.h manager.h remotedevice.h services.h startpanconnection.h startdunconnection.h 3 HEADERS = connection.h parser.h device.h manager.h remotedevice.h services.h \
4 SOURCES = connection.cpp parser.cc device.cc manager.cc remotedevice.cc services.cc startpanconnection.cpp startdunconnection.cpp 4 startpanconnection.h startdunconnection.h bt-serial.h forwarder.h
5 SOURCES = connection.cpp parser.cc device.cc manager.cc remotedevice.cc services.cc \
6 startpanconnection.cpp startdunconnection.cpp bt-serial.c forwarder.cc
5 TARGET = opietooth1 7 TARGET = opietooth1
6INCLUDEPATH += $(OPIEDIR)/include . 8INCLUDEPATH += $(OPIEDIR)/include .
7 DESTDIR = $(OPIEDIR)/lib 9 DESTDIR = $(OPIEDIR)/lib
8LIBS += -lopiecore2 10LIBS += -lopiecore2
9 11
10include( $(OPIEDIR)/include.pro ) 12include( $(OPIEDIR)/include.pro )