summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Benelli <marco.benelli@theqtcompany.com>2015-08-17 17:42:59 +0200
committerMarco Benelli <marco.benelli@theqtcompany.com>2015-09-01 14:49:38 +0000
commit86bca29f367c59e34146ce4b7365aed953eb28bb (patch)
treee214ba0c74784ee994258e935c76a1a02f679072
parent0a1ad894d56eb22b2e6d2d2beea4641db9938283 (diff)
downloadqt-creator-86bca29f367c59e34146ce4b7365aed953eb28bb.tar.gz
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>
-rw-r--r--tests/auto/qml/codemodel/importscheck/importscheck.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/codemodel/importscheck/importscheck.pro b/tests/auto/qml/codemodel/importscheck/importscheck.pro
index 2821fb95ef..56302a5786 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