summaryrefslogtreecommitdiffstats
path: root/src/bluetoothsettings/bluez/bluez.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetoothsettings/bluez/bluez.pri')
-rw-r--r--src/bluetoothsettings/bluez/bluez.pri15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/bluetoothsettings/bluez/bluez.pri b/src/bluetoothsettings/bluez/bluez.pri
new file mode 100644
index 0000000..ea4929c
--- /dev/null
+++ b/src/bluetoothsettings/bluez/bluez.pri
@@ -0,0 +1,15 @@
+QT += core dbus
+
+INCLUDEPATH += $${PWD}
+INCLUDEPATH += $${PWD}/bluez
+
+DBUS_INTERFACES = \
+ $${PWD}/objectmanager.xml \
+ $${PWD}/device1.xml \
+
+HEADERS += \
+ $$PWD/bluetoothdevice_p.h \
+ $$PWD/datatypes.h
+
+SOURCES += \
+ $$PWD/bluetoothdevice_p.cpp