author | korovkin <korovkin> | 2006-03-25 15:31:46 (UTC) |
---|---|---|
committer | korovkin <korovkin> | 2006-03-25 15:31:46 (UTC) |
commit | da3c4a6231882bc56266162415a8d1a2a1bf0293 (patch) (side-by-side diff) | |
tree | cc19d04746b457f40928cfe6ca4f2b7822445c1d | |
parent | 9c4801d74d40e57ed8aeaf1dbb3708597623c277 (diff) | |
download | opie-da3c4a6231882bc56266162415a8d1a2a1bf0293.zip opie-da3c4a6231882bc56266162415a8d1a2a1bf0293.tar.gz opie-da3c4a6231882bc56266162415a8d1a2a1bf0293.tar.bz2 |
Added LIBOBEXFTP_INC_DIR LIBOBEXFTP_LIB_DIR dependencies for OBEX FTP used
by OPIE bluetooth manager.
-rw-r--r-- | noncore/net/opietooth/manager/manager.pro | 14 |
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 @@ -9,33 +9,33 @@ HEADERS = btconnectionitem.h btdeviceitem.h \ devicehandler.h rfcpopup.h obexpopup.h obexftpopup.h \ rfcommhelper.h panpopup.h dunpopup.h rfcommconfhandler.h SOURCES = btconnectionitem.cpp btdeviceitem.cpp \ btserviceitem.cpp filelistitem.cpp stdpopups.cpp \ popuphelper.cpp main.cpp \ bluebase.cpp scandialog.cpp \ btlistitem.cpp hciconfwrapper.cpp \ bticonloader.cpp pppdialog.cpp \ rfcommassigndialogimpl.cpp rfcommassigndialogitem.cpp \ obexdialog.cpp devicehandler.cpp \ rfcpopup.cpp obexpopup.cpp obexftpopup.cpp obexftpdialog.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 -}
\ No newline at end of file +!isEmpty( LIBOBEXFTP_LIB_DIR ) { + LIBS += $$LIBOBEXFTP_LIB_DIR/libobexftp.a + LIBS += $$LIBOBEXFTP_LIB_DIR/libmulticobex.a + LIBS += $$LIBOBEXFTP_LIB_DIR/libbfb.a +} |