summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qml.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qml.pri')
-rw-r--r--src/declarative/qml/qml.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qml.pri b/src/declarative/qml/qml.pri
index fa09935..310632e 100644
--- a/src/declarative/qml/qml.pri
+++ b/src/declarative/qml/qml.pri
@@ -69,7 +69,7 @@ HEADERS += qml/qmlparser_p.h \
qml/qpodvector_p.h
# for qtscript debugger
-QT += scripttools
+contains(QT_CONFIG, scripttools):QT += scripttools
include(script/script.pri)
include(parser/parser.pri)