summaryrefslogtreecommitdiffstats
path: root/tests/bttestui/bttestui.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bttestui/bttestui.pro')
-rw-r--r--tests/bttestui/bttestui.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/bttestui/bttestui.pro b/tests/bttestui/bttestui.pro
new file mode 100644
index 00000000..06248691
--- /dev/null
+++ b/tests/bttestui/bttestui.pro
@@ -0,0 +1,16 @@
+TARGET = bttestui
+TEMPLATE = app
+
+SOURCES += main.cpp \
+ btlocaldevice.cpp
+
+QT += quick bluetooth
+
+OTHER_FILES += main.qml \
+ Button.qml
+
+RESOURCES += \
+ bttest.qrc
+
+HEADERS += \
+ btlocaldevice.h