summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/bluetooth/bluetooth.pro
blob: 8170d46938f513806ab88962b242b50d9aa1bbf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TEMPLATE        = lib
CONFIG          += qt warn_on release
DESTDIR         = $(OPIEDIR)/plugins/networksettings2
HEADERS		= bluetooth_NN.h \
                  bluetoothBNEP_NNI.h \
                  bluetoothRFCOMM_NNI.h \
                  bluetoothBNEPedit.h \
                  bluetoothRFCOMMedit.h
SOURCES		= bluetooth_NN.cpp \
                  bluetoothBNEP_NNI.cpp \
                  bluetoothRFCOMM_NNI.cpp \
                  bluetoothBNEPedit.cpp \
                  bluetoothBNEPrun.cpp \
                  bluetoothRFCOMMedit.cpp
INCLUDEPATH	+= $(OPIEDIR)/include ../ ../networksettings2
DEPENDPATH	+= $(OPIEDIR)/include ../ ../networksettings2
LIBS            += -lqpe
INTERFACES	= bluetoothBNEPGUI.ui bluetoothRFCOMMGUI.ui
TARGET		= bluetooth
VERSION		= 1.0.0

include( $(OPIEDIR)/include.pro )