summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/manager.pro
blob: d042c4c505102d90eb908f3a6460ba842412ab16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
CONFIG          = qt warn_on  quick-app
HEADERS         = btconnectionitem.h btdeviceitem.h \
                  btserviceitem.h stdpopups.h \ 
		  popuphelper.h bluebase.h \ 
		  scandialog.h btlistitem.h filistitem.h \ 
		  hciconfwrapper.h bticonloader.h \
		  pppdialog.h dundialog.h obexdialog.h obexftpdialog.h \
		  rfcommassigndialogimpl.h rfcommassigndialogitem.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 dundialog.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( LIBOBEXFTP_INC_DIR ) {
    INCLUDEPATH += $$LIBOBEXFTP_INC_DIR
}

!isEmpty( LIBOBEXFTP_LIB_DIR ) {
    LIBS += $$LIBOBEXFTP_LIB_DIR/libobexftp.a
    LIBS += $$LIBOBEXFTP_LIB_DIR/libmulticobex.a
    LIBS += $$LIBOBEXFTP_LIB_DIR/libbfb.a
}