author | mickeyl <mickeyl> | 2004-05-07 10:45:37 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-05-07 10:45:37 (UTC) |
commit | c080f600359191a0344677a435bbc0e21958a464 (patch) (side-by-side diff) | |
tree | c99947507f61da5a4a582ac301bf127fce3caa35 | |
parent | e267161be9da9b78be5e5fc4bdd7d8de21b6db24 (diff) | |
download | opie-c080f600359191a0344677a435bbc0e21958a464.zip opie-c080f600359191a0344677a435bbc0e21958a464.tar.gz opie-c080f600359191a0344677a435bbc0e21958a464.tar.bz2 |
fix soname
-rw-r--r-- | noncore/net/opietooth/manager/manager.pro | 2 |
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 @@ -1,30 +1,30 @@ CONFIG = qt warn_on quick-app 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 \ rfcommassigndialogimpl.h rfcommassigndialogitem.h \ devicehandler.h rfcpopup.h obexpopup.h \ rfcommhelper.h panpopup.h dunpopup.h rfcommconfhandler.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 \ rfcommassigndialogimpl.cpp rfcommassigndialogitem.cpp \ obexdialog.cpp devicehandler.cpp \ rfcpopup.cpp obexpopup.cpp \ rfcommhelper.cpp panpopup.cpp dunpopup.cpp rfcommconfhandler.cpp INCLUDEPATH += $(OPIEDIR)/include INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe -lopietooth -lopiecore2 -lopieui2 +LIBS += -lqpe -lopietooth1 -lopiecore2 -lopieui2 INTERFACES = bluetoothbase.ui devicedialog.ui rfcommassigndialogbase.ui rfcommdialogitembase.ui TARGET = bluetooth-manager include ( $(OPIEDIR)/include.pro ) |