diff options
Diffstat (limited to 'src/declarative/qml/qml.pri')
-rw-r--r-- | src/declarative/qml/qml.pri | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/qml.pri b/src/declarative/qml/qml.pri index fa09935..f549a5e 100644 --- a/src/declarative/qml/qml.pri +++ b/src/declarative/qml/qml.pri @@ -25,6 +25,7 @@ SOURCES += qml/qmlparser.cpp \ qml/qmlinfo.cpp \ qml/qmlerror.cpp \ qml/qmlscriptparser.cpp \ + qml/qmlenginedebug.cpp \ qml/qmlbasicscript.cpp HEADERS += qml/qmlparser_p.h \ @@ -66,6 +67,7 @@ HEADERS += qml/qmlparser_p.h \ qml/qmlerror.h \ qml/qmlscriptparser_p.h \ qml/qmlbasicscript_p.h \ + qml/qmlenginedebug_p.h \ qml/qpodvector_p.h # for qtscript debugger |