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.pro18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/bttestui/bttestui.pro b/tests/bttestui/bttestui.pro
deleted file mode 100644
index ce582e66..00000000
--- a/tests/bttestui/bttestui.pro
+++ /dev/null
@@ -1,18 +0,0 @@
-TARGET = bttestui
-TEMPLATE = app
-
-SOURCES += main.cpp \
- btlocaldevice.cpp
-
-QT += quick bluetooth
-
-android: QT += androidextras
-
-OTHER_FILES += main.qml \
- Button.qml
-
-RESOURCES += \
- bttest.qrc
-
-HEADERS += \
- btlocaldevice.h