summaryrefslogtreecommitdiff
path: root/noncore/net
authormickeyl <mickeyl>2004-05-07 10:45:37 (UTC)
committer mickeyl <mickeyl>2004-05-07 10:45:37 (UTC)
commitc080f600359191a0344677a435bbc0e21958a464 (patch) (unidiff)
treec99947507f61da5a4a582ac301bf127fce3caa35 /noncore/net
parente267161be9da9b78be5e5fc4bdd7d8de21b6db24 (diff)
downloadopie-c080f600359191a0344677a435bbc0e21958a464.zip
opie-c080f600359191a0344677a435bbc0e21958a464.tar.gz
opie-c080f600359191a0344677a435bbc0e21958a464.tar.bz2
fix soname
Diffstat (limited to 'noncore/net') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/manager.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/opietooth/manager/manager.pro b/noncore/net/opietooth/manager/manager.pro
index 5c05b4d..ba13b2f 100644
--- a/noncore/net/opietooth/manager/manager.pro
+++ b/noncore/net/opietooth/manager/manager.pro
@@ -22,7 +22,7 @@ SOURCES = btconnectionitem.cpp btdeviceitem.cpp \
22INCLUDEPATH += $(OPIEDIR)/include 22INCLUDEPATH += $(OPIEDIR)/include
23INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib 23INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib
24DEPENDPATH += $(OPIEDIR)/include 24DEPENDPATH += $(OPIEDIR)/include
25LIBS += -lqpe -lopietooth -lopiecore2 -lopieui2 25LIBS += -lqpe -lopietooth1 -lopiecore2 -lopieui2
26INTERFACES = bluetoothbase.ui devicedialog.ui rfcommassigndialogbase.ui rfcommdialogitembase.ui 26INTERFACES = bluetoothbase.ui devicedialog.ui rfcommassigndialogbase.ui rfcommdialogitembase.ui
27 27
28 TARGET = bluetooth-manager 28 TARGET = bluetooth-manager