author | mickeyl <mickeyl> | 2004-05-07 10:26:18 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-05-07 10:26:18 (UTC) |
commit | e267161be9da9b78be5e5fc4bdd7d8de21b6db24 (patch) (side-by-side diff) | |
tree | 308ae56b60f924be9766df87a075fe6b04efa700 | |
parent | e1f0c446f04cc0619b00fc92e2608536dad6ac53 (diff) | |
download | opie-e267161be9da9b78be5e5fc4bdd7d8de21b6db24.zip opie-e267161be9da9b78be5e5fc4bdd7d8de21b6db24.tar.gz opie-e267161be9da9b78be5e5fc4bdd7d8de21b6db24.tar.bz2 |
fix soname
-rw-r--r-- | noncore/net/opietooth/applet/applet.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/opietooth/applet/applet.pro b/noncore/net/opietooth/applet/applet.pro index 524227a..395dfc4 100644 --- a/noncore/net/opietooth/applet/applet.pro +++ b/noncore/net/opietooth/applet/applet.pro @@ -1,13 +1,13 @@ TEMPLATE = lib CONFIG += qt plugin warn_on HEADERS = bluezapplet.h bluezappletimpl.h SOURCES = bluezapplet.cpp bluezappletimpl.cpp TARGET = bluetoothapplet DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe -lopietooth +LIBS += -lqpe -lopietooth1 VERSION = 0.0.3 include ( $(OPIEDIR)/include.pro ) |