summaryrefslogtreecommitdiff
path: root/tests/auto/testplugin
diff options
context:
space:
mode:
authorAndreas Holzammer <andreas.holzammer@kdab.com>2014-06-24 10:29:58 +0200
committerAndreas Holzammer <andreas.holzammer@kdab.com>2014-06-24 10:54:12 +0200
commit7a719d3f5c488cf49e28c579300dfbcc70cefb6a (patch)
tree024e3d377e83440c69cf80130d536bfda5a942f0 /tests/auto/testplugin
parenta780d2ddedb769eba44263ae46684080d7ddc843 (diff)
downloadqtquickcontrols-7a719d3f5c488cf49e28c579300dfbcc70cefb6a.tar.gz
Remove Widgets dependency for QNX
Changes.txt says that with Qt 5.2.0 dependency for Widgets have been removed for touch based platforms. But QNX is also a touch based platform and its missing. Change-Id: I140842d4501422537175ac5acb07beebe994f0eb 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 6624daca..3758b910 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
-!android: !ios: !blackberry: qtHaveModule(widgets): QT += widgets
+!android: !ios: !blackberry: !qnx: qtHaveModule(widgets): QT += widgets
QMLDIR = $$PWD/$$TARGETPATH/qmldir