summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/manager.pro
Unidiff
Diffstat (limited to 'noncore/net/opietooth/manager/manager.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/manager.pro14
1 files changed, 7 insertions, 7 deletions
diff --git a/noncore/net/opietooth/manager/manager.pro b/noncore/net/opietooth/manager/manager.pro
index bd99d08..5e7d395 100644
--- a/noncore/net/opietooth/manager/manager.pro
+++ b/noncore/net/opietooth/manager/manager.pro
@@ -30,12 +30,12 @@ TARGET = bluetooth-manager
30 30
31include( $(OPIEDIR)/include.pro ) 31include( $(OPIEDIR)/include.pro )
32 32
33!isEmpty( LIBBLUEZ_INC_DIR ) { 33!isEmpty( LIBOBEXFTP_INC_DIR ) {
34 INCLUDEPATH += $$LIBBLUEZ_INC_DIR/obexftp 34 INCLUDEPATH += $$LIBOBEXFTP_INC_DIR
35} 35}
36 36
37!isEmpty( LIBBLUEZ_LIB_DIR ) { 37!isEmpty( LIBOBEXFTP_LIB_DIR ) {
38 LIBS += $$LIBBLUEZ_LIB_DIR/libobexftp.a 38 LIBS += $$LIBOBEXFTP_LIB_DIR/libobexftp.a
39 LIBS += $$LIBBLUEZ_LIB_DIR/libmulticobex.a 39 LIBS += $$LIBOBEXFTP_LIB_DIR/libmulticobex.a
40 LIBS += $$LIBBLUEZ_LIB_DIR/libbfb.a 40 LIBS += $$LIBOBEXFTP_LIB_DIR/libbfb.a
41} \ No newline at end of file 41}