QmlDesigner: Disable QML compiler for tests

Change-Id: Ia0c9a0241b5c2dd11a3a0c0f667adcdef9706191
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Thomas Hartmann
2017-03-14 13:03:06 +01:00
committed by Tim Jenssen
parent df73d57295
commit 5e43e6c6ae

View File

@@ -14,6 +14,8 @@ QTC_PLUGIN_DEPENDS += \
qmljseditor \ qmljseditor \
qmakeprojectmanager qmakeprojectmanager
CONFIG -= qtquickcompiler
include(../../../qttest.pri) include(../../../qttest.pri)
QT += qml network core-private QT += qml network core-private