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.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qlowenergycontroller/qlowenergycontroller.pro b/tests/auto/qlowenergycontroller/qlowenergycontroller.pro
index 159f27bf..9d25d8a3 100644
--- a/tests/auto/qlowenergycontroller/qlowenergycontroller.pro
+++ b/tests/auto/qlowenergycontroller/qlowenergycontroller.pro
@@ -1,6 +1,14 @@
QT = core bluetooth testlib
+
+# Android requires GUI application when running test
+android: QT += widgets
+
TARGET = tst_qlowenergycontroller
CONFIG += testcase
SOURCES += tst_qlowenergycontroller.cpp
+osx|ios {
+ QT += widgets
+ CONFIG += insignificant_test
+}