Skip to content
Snippets Groups Projects
Commit 86bca29f authored by Marco Benelli's avatar Marco Benelli
Browse files

Fixed QT variable value in importscheck.pro .


It now use the 'qml' feature instead of the deprecated 'script'

Change-Id: Ie2e4148e586503be11d233b7f544cf4f3c040bdb
Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@theqtcompany.com>
parent 0a1ad894
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment