summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets.pro
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-05-31 11:22:34 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2016-05-31 09:26:09 +0000
commit0e54a359228ed6a6963580e323ab4311179d0f78 (patch)
treecb2e5f058cf4a828bd1d34bf5c3ea06ceefad44e /tests/auto/widgets/widgets.pro
parent12f260accb3270dee9241a969fcc1513c56e4fcd (diff)
Fix widget geolocation tests
Avoid having a test location plugin, and have the tests allow failure if no position service is available. Change-Id: Ib2d4d6c5a269077b70b6ea31e67a8e3eab62f98a Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/widgets/widgets.pro')
-rw-r--r--tests/auto/widgets/widgets.pro5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/widgets/widgets.pro b/tests/auto/widgets/widgets.pro
index 7543a4382..2f5416701 100644
--- a/tests/auto/widgets/widgets.pro
+++ b/tests/auto/widgets/widgets.pro
@@ -17,8 +17,3 @@ SUBDIRS += \
!contains(WEBENGINE_CONFIG, no_spellcheck):!osx:!cross_compile {
SUBDIRS += qwebenginespellcheck
}
-
-qtHaveModule(positioning) {
- SUBDIRS += positionplugin
- qwebenginepage.depends = positionplugin
-}