summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/manager.pro
authorzecke <zecke>2002-07-14 18:04:14 (UTC)
committer zecke <zecke>2002-07-14 18:04:14 (UTC)
commit26c7e63572e729b4846e4f7551bb041aa6d4bd83 (patch) (side-by-side diff)
tree5c3bc09142bd19e84fbebb88f2e37b02e6d603cd /noncore/net/opietooth/manager/manager.pro
parent31e233a6cf72bc853137ea05285f4d0f41665365 (diff)
downloadopie-26c7e63572e729b4846e4f7551bb041aa6d4bd83.zip
opie-26c7e63572e729b4846e4f7551bb041aa6d4bd83.tar.gz
opie-26c7e63572e729b4846e4f7551bb041aa6d4bd83.tar.bz2
- able to configure HCID
- able to save and restore known devices - able to scan servivces and shows the right pixmap too - able to do some more - scan dialog clean up ( tiny )
Diffstat (limited to 'noncore/net/opietooth/manager/manager.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/manager.pro17
1 files changed, 15 insertions, 2 deletions
diff --git a/noncore/net/opietooth/manager/manager.pro b/noncore/net/opietooth/manager/manager.pro
index 0bdd6b9..762b028 100644
--- a/noncore/net/opietooth/manager/manager.pro
+++ b/noncore/net/opietooth/manager/manager.pro
@@ -1,8 +1,21 @@
TEMPLATE = app
CONFIG = qt warn_on debug
#CONFIG = qt warn_on release
-HEADERS = btconnectionitem.h btdeviceitem.h btserviceitem.h stdpopups.h popuphelper.h bluebase.h scandialog.h btlistitem.h hciconfwrapper.h bticonloader.h pppdialog.h obexdialog.h
-SOURCES = btconnectionitem.cpp btdeviceitem.cpp btserviceitem.h stdpopups.cpp popuphelper.cpp main.cpp bluebase.cpp scandialog.cpp btlistitem.cpp hciconfwrapper.cpp bticonloader.cpp pppdialog.cpp obexdialog.cpp
+HEADERS = btconnectionitem.h btdeviceitem.h \
+ btserviceitem.h stdpopups.h \
+ popuphelper.h bluebase.h \
+ scandialog.h btlistitem.h \
+ hciconfwrapper.h bticonloader.h \
+ pppdialog.h obexdialog.h \
+ devicehandler.h
+
+SOURCES = btconnectionitem.cpp btdeviceitem.cpp \
+ btserviceitem.cpp stdpopups.cpp \
+ popuphelper.cpp main.cpp \
+ bluebase.cpp scandialog.cpp \
+ btlistitem.cpp hciconfwrapper.cpp \
+ bticonloader.cpp pppdialog.cpp \
+ obexdialog.cpp devicehandler.cpp
INCLUDEPATH += $(OPIEDIR)/include
INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib
DEPENDPATH += $(OPIEDIR)/include