summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlowenergycontroller/qlowenergycontroller.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qlowenergycontroller/qlowenergycontroller.pro')
-rw-r--r--tests/auto/qlowenergycontroller/qlowenergycontroller.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/auto/qlowenergycontroller/qlowenergycontroller.pro b/tests/auto/qlowenergycontroller/qlowenergycontroller.pro
deleted file mode 100644
index 7a67e8e4..00000000
--- a/tests/auto/qlowenergycontroller/qlowenergycontroller.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-QT = core bluetooth-private testlib
-
-# Android requires GUI application when running test
-android: QT += widgets
-
-TARGET = tst_qlowenergycontroller
-CONFIG += testcase
-
-SOURCES += tst_qlowenergycontroller.cpp
-
-osx|ios {
- QT += widgets
-}