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.pro18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/bluetoothsettings/bluetoothsettings.pro b/src/bluetoothsettings/bluetoothsettings.pro
deleted file mode 100644
index 7f46c58..0000000
--- a/src/bluetoothsettings/bluetoothsettings.pro
+++ /dev/null
@@ -1,18 +0,0 @@
-load(qt_build_config)
-
-TARGET = QtBluetoothSettings
-VERSION = 1.0
-
-QT += core bluetooth
-
-MODULE = bluetoothsettings
-load(qt_module)
-
-include(bluez/bluez.pri)
-
-HEADERS += \
- bluetoothdevice.h \
- discoverymodel.h
-
-SOURCES += bluetoothdevice.cpp \
- discoverymodel.cpp