summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/manager.pro12
1 files changed, 6 insertions, 6 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
@@ -21,21 +21,21 @@ SOURCES = btconnectionitem.cpp btdeviceitem.cpp \
rfcommhelper.cpp panpopup.cpp dunpopup.cpp rfcommconfhandler.cpp
INCLUDEPATH += $(OPIEDIR)/include
INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lbluetooth -lopietooth1 -lopiecore2 -lopieui2 -lopenobex
INTERFACES = bluetoothbase.ui devicedialog.ui rfcommassigndialogbase.ui \
rfcommdialogitembase.ui obexftpdialogbase.ui
TARGET = bluetooth-manager
include( $(OPIEDIR)/include.pro )
-!isEmpty( LIBBLUEZ_INC_DIR ) {
- INCLUDEPATH += $$LIBBLUEZ_INC_DIR/obexftp
+!isEmpty( LIBOBEXFTP_INC_DIR ) {
+ INCLUDEPATH += $$LIBOBEXFTP_INC_DIR
}
-!isEmpty( LIBBLUEZ_LIB_DIR ) {
- LIBS += $$LIBBLUEZ_LIB_DIR/libobexftp.a
- LIBS += $$LIBBLUEZ_LIB_DIR/libmulticobex.a
- LIBS += $$LIBBLUEZ_LIB_DIR/libbfb.a
+!isEmpty( LIBOBEXFTP_LIB_DIR ) {
+ LIBS += $$LIBOBEXFTP_LIB_DIR/libobexftp.a
+ LIBS += $$LIBOBEXFTP_LIB_DIR/libmulticobex.a
+ LIBS += $$LIBOBEXFTP_LIB_DIR/libbfb.a
} \ No newline at end of file