summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/bluetooth/bluetooth.pro
Unidiff
Diffstat (limited to 'noncore/settings/networksettings2/bluetooth/bluetooth.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/bluetooth/bluetooth.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/noncore/settings/networksettings2/bluetooth/bluetooth.pro b/noncore/settings/networksettings2/bluetooth/bluetooth.pro
new file mode 100644
index 0000000..180bda9
--- a/dev/null
+++ b/noncore/settings/networksettings2/bluetooth/bluetooth.pro
@@ -0,0 +1,21 @@
1TEMPLATE = lib
2CONFIG += qt warn_on release
3DESTDIR = $(OPIEDIR)/plugins/networksettings2
4 HEADERS = bluetooth_NN.h \
5 bluetoothBNEP_NNI.h \
6 bluetoothRFCOMM_NNI.h \
7 bluetoothBNEPedit.h \
8 bluetoothRFCOMMedit.h
9 SOURCES = bluetooth_NN.cpp \
10 bluetoothBNEP_NNI.cpp \
11 bluetoothRFCOMM_NNI.cpp \
12 bluetoothBNEPedit.cpp \
13 bluetoothRFCOMMedit.cpp
14 INCLUDEPATH+= $(OPIEDIR)/include ../ ../networksettings2
15 DEPENDPATH+= $(OPIEDIR)/include ../ ../networksettings2
16LIBS += -lqpe
17 INTERFACES= bluetoothBNEPGUI.ui bluetoothRFCOMMGUI.ui
18 TARGET = bluetooth
19 VERSION = 1.0.0
20
21include ( $(OPIEDIR)/include.pro )