summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/lib/lib.pro
authorkorovkin <korovkin>2006-11-10 20:53:23 (UTC)
committer korovkin <korovkin>2006-11-10 20:53:23 (UTC)
commitb06913999f349254ba1c6e182950cb71d0b7aa67 (patch) (unidiff)
treeb91b3ad0745e9e471b244ca56456af56ba1e69a9 /noncore/net/opietooth/lib/lib.pro
parent961e5561b24452d9cfc2bf7400f6f5952b31431c (diff)
downloadopie-b06913999f349254ba1c6e182950cb71d0b7aa67.zip
opie-b06913999f349254ba1c6e182950cb71d0b7aa67.tar.gz
opie-b06913999f349254ba1c6e182950cb71d0b7aa67.tar.bz2
Files devicehandler.cpp and devicehandler.h moved from manager to
library to be used by obex to load a list of saved receivers.
Diffstat (limited to 'noncore/net/opietooth/lib/lib.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/lib/lib.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/opietooth/lib/lib.pro b/noncore/net/opietooth/lib/lib.pro
index e11af9a..08d79ea 100644
--- a/noncore/net/opietooth/lib/lib.pro
+++ b/noncore/net/opietooth/lib/lib.pro
@@ -1,14 +1,14 @@
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 \ 3 HEADERS = connection.h parser.h device.h manager.h remotedevice.h services.h \
4 startpanconnection.h startdunconnection.h obexpush.h \ 4 startpanconnection.h startdunconnection.h obexpush.h \
5 bt-serial.h forwarder.h 5 bt-serial.h forwarder.h devicehandler.h
6 SOURCES = connection.cpp parser.cc device.cc manager.cc remotedevice.cc services.cc \ 6 SOURCES = connection.cpp parser.cc device.cc manager.cc remotedevice.cc services.cc \
7 startpanconnection.cpp startdunconnection.cpp obexpush.cpp \ 7 startpanconnection.cpp startdunconnection.cpp obexpush.cpp \
8 bt-serial.c forwarder.cc 8 bt-serial.c forwarder.cc devicehandler.cpp
9 9
10 TARGET = opietooth1 10 TARGET = opietooth1
11INCLUDEPATH += $(OPIEDIR)/include . 11INCLUDEPATH += $(OPIEDIR)/include .
12 DESTDIR = $(OPIEDIR)/lib 12 DESTDIR = $(OPIEDIR)/lib
13LIBS += -lopiecore2 13LIBS += -lopiecore2
14 14