From 86bca29f367c59e34146ce4b7365aed953eb28bb Mon Sep 17 00:00:00 2001 From: Marco Benelli <marco.benelli@theqtcompany.com> Date: Mon, 17 Aug 2015 17:42:59 +0200 Subject: [PATCH] Fixed QT variable value in importscheck.pro . It now use the 'qml' feature instead of the deprecated 'script' Change-Id: Ie2e4148e586503be11d233b7f544cf4f3c040bdb Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com> --- tests/auto/qml/codemodel/importscheck/importscheck.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/qml/codemodel/importscheck/importscheck.pro b/tests/auto/qml/codemodel/importscheck/importscheck.pro index 2821fb95ef2..56302a5786a 100644 --- a/tests/auto/qml/codemodel/importscheck/importscheck.pro +++ b/tests/auto/qml/codemodel/importscheck/importscheck.pro @@ -3,7 +3,7 @@ include(../../../qttest.pri) include($$IDE_SOURCE_TREE/src/rpath.pri) DEFINES += QMLJS_BUILD_DIR -QT +=script xml +QT += qml xml # direct dependency on qmljs for quicker turnaround when editing them INCLUDEPATH+=$$IDE_SOURCE_TREE/src/libs INCLUDEPATH+=$$IDE_SOURCE_TREE/src/libs/qmljs -- GitLab