summaryrefslogtreecommitdiff
path: root/libopie2/opiebluez/opiebluez.pro
Side-by-side diff
Diffstat (limited to 'libopie2/opiebluez/opiebluez.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiebluez/opiebluez.pro6
1 files changed, 1 insertions, 5 deletions
diff --git a/libopie2/opiebluez/opiebluez.pro b/libopie2/opiebluez/opiebluez.pro
index 6a37dee..8a52928 100644
--- a/libopie2/opiebluez/opiebluez.pro
+++ b/libopie2/opiebluez/opiebluez.pro
@@ -8,7 +8,7 @@ TARGET = opiebluez2
VERSION = 0.0.0
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lopiecore2 -lbluetooth
+LIBS += -lopiecore2
!contains( platform, x11 ) {
include( $(OPIEDIR)/include.pro )
@@ -21,7 +21,3 @@ contains( platform, x11 ) {
!isEmpty( LIBBLUEZ_INC_DIR ) {
INCLUDEPATH = $$LIBBLUEZ_INC_DIR $$INCLUDEPATH
}
-!isEmpty( LIBBLUEZ_LIB_DIR ) {
- LIBS = -L$$LIBBLUEZ_LIB_DIR $$LIBS
-}
-