aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2017-03-14 13:03:06 +0100
committerTim Jenssen <tim.jenssen@qt.io>2017-03-15 10:15:06 +0000
commit5e43e6c6ae66fdca25f89356c35e4433a51710d9 (patch)
treebc0693a908afe3aab47a2355b4ac1df6ce5d2e1b /tests
parentdf73d572951ce5d46471bef4090f90f25cf01978 (diff)
QmlDesigner: Disable QML compiler for tests
Change-Id: Ia0c9a0241b5c2dd11a3a0c0f667adcdef9706191 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/qmldesigner/coretests/coretests.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qml/qmldesigner/coretests/coretests.pro b/tests/auto/qml/qmldesigner/coretests/coretests.pro
index bdf97a1ce0..fbc7f4f0e2 100644
--- a/tests/auto/qml/qmldesigner/coretests/coretests.pro
+++ b/tests/auto/qml/qmldesigner/coretests/coretests.pro
@@ -14,6 +14,8 @@ QTC_PLUGIN_DEPENDS += \
qmljseditor \
qmakeprojectmanager
+CONFIG -= qtquickcompiler
+
include(../../../qttest.pri)
QT += qml network core-private