summaryrefslogtreecommitdiff
path: root/libopie2/opiebluez/opiebluez.pro
Unidiff
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
8VERSION = 0.0.0 8VERSION = 0.0.0
9INCLUDEPATH += $(OPIEDIR)/include 9INCLUDEPATH += $(OPIEDIR)/include
10DEPENDPATH += $(OPIEDIR)/include 10DEPENDPATH += $(OPIEDIR)/include
11LIBS += -lopiecore2 -lbluetooth 11LIBS += -lopiecore2
12 12
13!contains( platform, x11 ) { 13!contains( platform, x11 ) {
14 include( $(OPIEDIR)/include.pro ) 14 include( $(OPIEDIR)/include.pro )
@@ -21,7 +21,3 @@ contains( platform, x11 ) {
21!isEmpty( LIBBLUEZ_INC_DIR ) { 21!isEmpty( LIBBLUEZ_INC_DIR ) {
22 INCLUDEPATH = $$LIBBLUEZ_INC_DIR $$INCLUDEPATH 22 INCLUDEPATH = $$LIBBLUEZ_INC_DIR $$INCLUDEPATH
23} 23}
24!isEmpty( LIBBLUEZ_LIB_DIR ) {
25 LIBS = -L$$LIBBLUEZ_LIB_DIR $$LIBS
26}
27