summaryrefslogtreecommitdiff
path: root/tests/auto/testplugin
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@digia.com>2013-10-17 16:58:11 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-17 19:45:05 +0200
commit771e2babf6d201f7f6a11c93a59c152896dad8db (patch)
tree5b83b8546f624f2b7c77f04020cc5309362bfed9 /tests/auto/testplugin
parent0bf5b80baee78f9fc7145304821481556ccba78b (diff)
downloadqtquickcontrols-771e2babf6d201f7f6a11c93a59c152896dad8db.tar.gz
Remove widget dependency on touch platforms
We don't want native styling on touch enabled devices and there is no reason to link against widgets there. Change-Id: I70116a0a94227cb58ae25980b97c4177da75a3c8 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Diffstat (limited to 'tests/auto/testplugin')
-rw-r--r--tests/auto/testplugin/testplugin.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/testplugin/testplugin.pro b/tests/auto/testplugin/testplugin.pro
index 3800a80e..6624daca 100644
--- a/tests/auto/testplugin/testplugin.pro
+++ b/tests/auto/testplugin/testplugin.pro
@@ -4,7 +4,7 @@ TARGET = testplugin
TARGETPATH = QtQuickControlsTests
QT += qml quick core-private gui-private
-qtHaveModule(widgets) { QT += widgets }
+!android: !ios: !blackberry: qtHaveModule(widgets): QT += widgets
QMLDIR = $$PWD/$$TARGETPATH/qmldir