author | korovkin <korovkin> | 2006-11-10 20:53:23 (UTC) |
---|---|---|
committer | korovkin <korovkin> | 2006-11-10 20:53:23 (UTC) |
commit | b06913999f349254ba1c6e182950cb71d0b7aa67 (patch) (unidiff) | |
tree | b91b3ad0745e9e471b244ca56456af56ba1e69a9 | |
parent | 961e5561b24452d9cfc2bf7400f6f5952b31431c (diff) | |
download | opie-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.
-rw-r--r-- | noncore/net/opietooth/lib/devicehandler.cpp (renamed from noncore/net/opietooth/manager/devicehandler.cpp) | 0 | ||||
-rw-r--r-- | noncore/net/opietooth/lib/devicehandler.h (renamed from noncore/net/opietooth/manager/devicehandler.h) | 0 | ||||
-rw-r--r-- | noncore/net/opietooth/lib/lib.pro | 4 | ||||
-rw-r--r-- | noncore/net/opietooth/manager/manager.pro | 4 |
4 files changed, 4 insertions, 4 deletions
diff --git a/noncore/net/opietooth/manager/devicehandler.cpp b/noncore/net/opietooth/lib/devicehandler.cpp index 320ad44..320ad44 100644 --- a/noncore/net/opietooth/manager/devicehandler.cpp +++ b/noncore/net/opietooth/lib/devicehandler.cpp | |||
diff --git a/noncore/net/opietooth/manager/devicehandler.h b/noncore/net/opietooth/lib/devicehandler.h index 5cfe048..5cfe048 100644 --- a/noncore/net/opietooth/manager/devicehandler.h +++ b/noncore/net/opietooth/lib/devicehandler.h | |||
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,15 +1,15 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qte warn_on | 2 | CONFIG += 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 |
11 | INCLUDEPATH += $(OPIEDIR)/include . | 11 | INCLUDEPATH += $(OPIEDIR)/include . |
12 | DESTDIR = $(OPIEDIR)/lib | 12 | DESTDIR = $(OPIEDIR)/lib |
13 | LIBS += -lopiecore2 | 13 | LIBS += -lopiecore2 |
14 | 14 | ||
15 | include( $(OPIEDIR)/include.pro ) | 15 | include( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/net/opietooth/manager/manager.pro b/noncore/net/opietooth/manager/manager.pro index dc048c4..567932e 100644 --- a/noncore/net/opietooth/manager/manager.pro +++ b/noncore/net/opietooth/manager/manager.pro | |||
@@ -1,45 +1,45 @@ | |||
1 | CONFIG = qt warn_on quick-app | 1 | CONFIG = qt warn_on quick-app |
2 | HEADERS = btconnectionitem.h btdeviceitem.h \ | 2 | HEADERS = btconnectionitem.h btdeviceitem.h \ |
3 | btserviceitem.h stdpopups.h \ | 3 | btserviceitem.h stdpopups.h \ |
4 | popuphelper.h bluebase.h \ | 4 | popuphelper.h bluebase.h \ |
5 | scandialog.h btlistitem.h filistitem.h \ | 5 | scandialog.h btlistitem.h filistitem.h \ |
6 | hciconfwrapper.h bticonloader.h \ | 6 | hciconfwrapper.h bticonloader.h \ |
7 | pppdialog.h dundialog.h pandialog.h \ | 7 | pppdialog.h dundialog.h pandialog.h \ |
8 | obexdialog.h obexftpdialog.h \ | 8 | obexdialog.h obexftpdialog.h \ |
9 | rfcommassigndialogimpl.h rfcommassigndialogitem.h \ | 9 | rfcommassigndialogimpl.h rfcommassigndialogitem.h \ |
10 | devicehandler.h rfcpopup.h obexpopup.h obexftpopup.h \ | 10 | rfcpopup.h obexpopup.h obexftpopup.h \ |
11 | rfcommhelper.h panpopup.h dunpopup.h rfcommconfhandler.h \ | 11 | rfcommhelper.h panpopup.h dunpopup.h rfcommconfhandler.h \ |
12 | servicesdialog.h btconfhandler.h hidpopup.h | 12 | servicesdialog.h btconfhandler.h hidpopup.h |
13 | 13 | ||
14 | SOURCES = btconnectionitem.cpp btdeviceitem.cpp \ | 14 | SOURCES = btconnectionitem.cpp btdeviceitem.cpp \ |
15 | btserviceitem.cpp filelistitem.cpp stdpopups.cpp \ | 15 | btserviceitem.cpp filelistitem.cpp stdpopups.cpp \ |
16 | popuphelper.cpp main.cpp \ | 16 | popuphelper.cpp main.cpp \ |
17 | bluebase.cpp scandialog.cpp \ | 17 | bluebase.cpp scandialog.cpp \ |
18 | btlistitem.cpp hciconfwrapper.cpp \ | 18 | btlistitem.cpp hciconfwrapper.cpp \ |
19 | bticonloader.cpp pppdialog.cpp dundialog.cpp pandialog.cpp \ | 19 | bticonloader.cpp pppdialog.cpp dundialog.cpp pandialog.cpp \ |
20 | rfcommassigndialogimpl.cpp rfcommassigndialogitem.cpp \ | 20 | rfcommassigndialogimpl.cpp rfcommassigndialogitem.cpp \ |
21 | obexdialog.cpp devicehandler.cpp \ | 21 | obexdialog.cpp \ |
22 | rfcpopup.cpp obexpopup.cpp obexftpopup.cpp obexftpdialog.cpp \ | 22 | rfcpopup.cpp obexpopup.cpp obexftpopup.cpp obexftpdialog.cpp \ |
23 | rfcommhelper.cpp panpopup.cpp dunpopup.cpp rfcommconfhandler.cpp \ | 23 | rfcommhelper.cpp panpopup.cpp dunpopup.cpp rfcommconfhandler.cpp \ |
24 | servicesdialog.cpp btconfhandler.cpp hidpopup.cpp | 24 | servicesdialog.cpp btconfhandler.cpp hidpopup.cpp |
25 | INCLUDEPATH += $(OPIEDIR)/include | 25 | INCLUDEPATH += $(OPIEDIR)/include |
26 | INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib | 26 | INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib |
27 | DEPENDPATH += $(OPIEDIR)/include | 27 | DEPENDPATH += $(OPIEDIR)/include |
28 | LIBS += -lqpe -lbluetooth -lopietooth1 -lopiecore2 -lopieui2 -lopenobex | 28 | LIBS += -lqpe -lbluetooth -lopietooth1 -lopiecore2 -lopieui2 -lopenobex |
29 | INTERFACES = bluetoothbase.ui devicedialog.ui rfcommassigndialogbase.ui \ | 29 | INTERFACES = bluetoothbase.ui devicedialog.ui rfcommassigndialogbase.ui \ |
30 | rfcommdialogitembase.ui obexftpdialogbase.ui \ | 30 | rfcommdialogitembase.ui obexftpdialogbase.ui \ |
31 | servicesdialogbase.ui | 31 | servicesdialogbase.ui |
32 | 32 | ||
33 | TARGET = bluetooth-manager | 33 | TARGET = bluetooth-manager |
34 | 34 | ||
35 | include( $(OPIEDIR)/include.pro ) | 35 | include( $(OPIEDIR)/include.pro ) |
36 | 36 | ||
37 | !isEmpty( LIBOBEXFTP_INC_DIR ) { | 37 | !isEmpty( LIBOBEXFTP_INC_DIR ) { |
38 | INCLUDEPATH += $$LIBOBEXFTP_INC_DIR | 38 | INCLUDEPATH += $$LIBOBEXFTP_INC_DIR |
39 | } | 39 | } |
40 | 40 | ||
41 | !isEmpty( LIBOBEXFTP_LIB_DIR ) { | 41 | !isEmpty( LIBOBEXFTP_LIB_DIR ) { |
42 | LIBS += $$LIBOBEXFTP_LIB_DIR/libobexftp.a | 42 | LIBS += $$LIBOBEXFTP_LIB_DIR/libobexftp.a |
43 | LIBS += $$LIBOBEXFTP_LIB_DIR/libmulticobex.a | 43 | LIBS += $$LIBOBEXFTP_LIB_DIR/libmulticobex.a |
44 | LIBS += $$LIBOBEXFTP_LIB_DIR/libbfb.a | 44 | LIBS += $$LIBOBEXFTP_LIB_DIR/libbfb.a |
45 | } | 45 | } |