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.pri4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/declarative/qml/qml.pri b/src/declarative/qml/qml.pri
index efe4d3f..310632e 100644
--- a/src/declarative/qml/qml.pri
+++ b/src/declarative/qml/qml.pri
@@ -2,6 +2,7 @@ SOURCES += qml/qmlparser.cpp \
qml/qmlinstruction.cpp \
qml/qmlvmemetaobject.cpp \
qml/qmlengine.cpp \
+ qml/qmlexpression.cpp \
qml/qmlbindablevalue.cpp \
qml/qmlmetaproperty.cpp \
qml/qmlcomponent.cpp \
@@ -45,6 +46,7 @@ HEADERS += qml/qmlparser_p.h \
qml/qmlvme_p.h \
qml/qmlcompiler_p.h \
qml/qmlengine_p.h \
+ qml/qmlexpression_p.h \
qml/qmlprivate.h \
qml/qmldom.h \
qml/qmldom_p.h \
@@ -67,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)