summaryrefslogtreecommitdiffstats
path: root/src/bluetoothsettings/bluetoothsettings.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetoothsettings/bluetoothsettings.pro')
-rw-r--r--src/bluetoothsettings/bluetoothsettings.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/bluetoothsettings/bluetoothsettings.pro b/src/bluetoothsettings/bluetoothsettings.pro
new file mode 100644
index 0000000..cb98ccb
--- /dev/null
+++ b/src/bluetoothsettings/bluetoothsettings.pro
@@ -0,0 +1,19 @@
+load(qt_build_config)
+
+TARGET = QtBluetoothSettings
+VERSION = 1.0
+CONFIG += dll warn_on
+
+QT += core bluetooth
+
+MODULE = bluetoothsettings
+load(qt_module)
+
+include(bluez/bluez.pri)
+
+HEADERS += \
+ bluetoothdevice.h \
+ discoverymodel.h
+
+SOURCES += bluetoothdevice.cpp \
+ discoverymodel.cpp