summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets.pro
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-11-02 13:54:48 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-11-06 10:01:53 +0000
commit271b2970a13a82e4ff5293b177d0606303d0190c (patch)
tree7764062afa9f461253f36b133887d76da8b31823 /tests/auto/widgets/widgets.pro
parentceb57828780ddc14e3a6b2ece5e0a4676340b4a3 (diff)
add dummy positioning plugin
The QtPositioning plugin loader only loads plugins that are marked as testable whenever it detects that a Qt autotest is running. We now provide our own very simple positioning plugin that always provides the same location: the western beacon of port entrance Warnemünde. Change-Id: I747188dc261ba47c10056ad50754bb686e75c783 Reviewed-by: Michael Brüning <michael.bruning@theqtcompany.com>
Diffstat (limited to 'tests/auto/widgets/widgets.pro')
-rw-r--r--tests/auto/widgets/widgets.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/widgets/widgets.pro b/tests/auto/widgets/widgets.pro
index 1e2cceacc..20aeea78b 100644
--- a/tests/auto/widgets/widgets.pro
+++ b/tests/auto/widgets/widgets.pro
@@ -9,3 +9,8 @@ SUBDIRS += \
qwebengineprofile \
qwebenginescript \
qwebengineview
+
+qtHaveModule(positioning) {
+ SUBDIRS += positionplugin
+ qwebenginepage.depends = positionplugin
+}