From f2c275992245b1e5e90bbac97c7d5f73f4710311 Mon Sep 17 00:00:00 2001 From: Michael Brasser Date: Mon, 13 Jul 2009 14:43:15 +1000 Subject: Check if scripttools is enabled. --- src/declarative/qml/qml.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v0.12