summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qml.pri
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-07-13 04:43:15 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-07-13 04:43:15 (GMT)
commitf2c275992245b1e5e90bbac97c7d5f73f4710311 (patch)
treecd1d3d04b6cf3d447660f495724d8c0020b5918e /src/declarative/qml/qml.pri
parent5173a42be2d0121c0f33217cc4d8399070a8aa3b (diff)
downloadQt-f2c275992245b1e5e90bbac97c7d5f73f4710311.zip
Qt-f2c275992245b1e5e90bbac97c7d5f73f4710311.tar.gz
Qt-f2c275992245b1e5e90bbac97c7d5f73f4710311.tar.bz2
Check if scripttools is enabled.
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)