summaryrefslogtreecommitdiff
path: root/noncore/net
authorharlekin <harlekin>2002-06-23 09:09:50 (UTC)
committer harlekin <harlekin>2002-06-23 09:09:50 (UTC)
commite9f053439c8409ea2e1e57de9bf6f764f994b222 (patch) (side-by-side diff)
tree436338afd93e521fb9eb90ddce1acc2c7a80b7bc /noncore/net
parent026b4db9ecd26b14ba8b510669cbcc033e420b65 (diff)
downloadopie-e9f053439c8409ea2e1e57de9bf6f764f994b222.zip
opie-e9f053439c8409ea2e1e57de9bf6f764f994b222.tar.gz
opie-e9f053439c8409ea2e1e57de9bf6f764f994b222.tar.bz2
corrected lib dir
Diffstat (limited to 'noncore/net') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/applet/applet.pro2
-rw-r--r--noncore/net/opietooth/manager/manager.pro6
2 files changed, 4 insertions, 4 deletions
diff --git a/noncore/net/opietooth/applet/applet.pro b/noncore/net/opietooth/applet/applet.pro
index 9520a5e..cb78f85 100644
--- a/noncore/net/opietooth/applet/applet.pro
+++ b/noncore/net/opietooth/applet/applet.pro
@@ -5,7 +5,7 @@ SOURCES = bluezapplet.cpp bluezappletimpl.cpp
TARGET = bluetoothapplet
DESTDIR = $(OPIEDIR)/plugins/applets
INCLUDEPATH += $(OPIEDIR)/include
-INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib
+INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopietooth
VERSION = 0.0.3
diff --git a/noncore/net/opietooth/manager/manager.pro b/noncore/net/opietooth/manager/manager.pro
index 5acb193..1d86684 100644
--- a/noncore/net/opietooth/manager/manager.pro
+++ b/noncore/net/opietooth/manager/manager.pro
@@ -1,10 +1,10 @@
TEMPLATE = app
-#CONFIG = qt warn_on debug
-CONFIG = qt warn_on release
+CONFIG = qt warn_on debug
+#CONFIG = qt warn_on release
HEADERS = bluebase.h scandialog.h
SOURCES = main.cpp bluebase.cpp scandialog.cpp
INCLUDEPATH += $(OPIEDIR)/include
-INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib
+INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopietooth -lopie
INTERFACES = bluetoothbase.ui devicedialog.ui