summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlowenergycontroller
diff options
context:
space:
mode:
authorTimur Pocheptsov <Timur.Pocheptsov@digia.com>2014-11-07 13:09:10 +0100
committerTimur Pocheptsov <Timur.Pocheptsov@digia.com>2014-11-12 09:24:02 +0100
commitbe5883540fe61123da3fb39dd39cfd34eec442b8 (patch)
tree8f49f72be6a7cd1e2ffbf8e441e2a3a7244bee24 /tests/auto/qlowenergycontroller
parentd2c2e502dcee44d06eb0b0ad392571d7bc3021bf (diff)
QLowEnergyController - version for OS X and iOS
QLowEnergyController/Private for OS X and iOS. This patch contains dummy empty classes required. While LE controller is not fully implemented, I have to disable (marking as insignificant) auto test on this class, otherwise changing the (empty) class to pass the test adds more problem. Change-Id: I54f764f7f6468b1acf58e80555ae454922de9f3b Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'tests/auto/qlowenergycontroller')
-rw-r--r--tests/auto/qlowenergycontroller/qlowenergycontroller.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qlowenergycontroller/qlowenergycontroller.pro b/tests/auto/qlowenergycontroller/qlowenergycontroller.pro
index 5360c796..9d25d8a3 100644
--- a/tests/auto/qlowenergycontroller/qlowenergycontroller.pro
+++ b/tests/auto/qlowenergycontroller/qlowenergycontroller.pro
@@ -8,3 +8,7 @@ CONFIG += testcase
SOURCES += tst_qlowenergycontroller.cpp
+osx|ios {
+ QT += widgets
+ CONFIG += insignificant_test
+}