aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/debugger.pri
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@digia.com>2014-02-06 16:01:32 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-10 14:28:26 +0100
commit67ba88947f57ab2d1859bbeb96c6dcba020561b1 (patch)
tree5aa5ffffcdc563620e98d31b24aba5278c2eabf4 /src/qml/debugger/debugger.pri
parent4cc230ade4df3919fbb9688b60e6e8f7f3cc8144 (diff)
Add a debug service for controlling qml engines
Like this we can control the starting and stopping of qml engines from the client without having to extend each of the other debug services. Change-Id: I5f1c077b6cfa0e628c32e8bcdea2ec053e310509 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'src/qml/debugger/debugger.pri')
-rw-r--r--src/qml/debugger/debugger.pri6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/qml/debugger/debugger.pri b/src/qml/debugger/debugger.pri
index 2116c7292b..e9f1d6f5fe 100644
--- a/src/qml/debugger/debugger.pri
+++ b/src/qml/debugger/debugger.pri
@@ -7,7 +7,8 @@ SOURCES += \
$$PWD/qqmlenginedebugservice.cpp \
$$PWD/qdebugmessageservice.cpp \
$$PWD/qv4debugservice.cpp \
- $$PWD/qqmlconfigurabledebugservice.cpp
+ $$PWD/qqmlconfigurabledebugservice.cpp \
+ $$PWD/qqmlenginecontrolservice.cpp
HEADERS += \
$$PWD/qqmldebugservice_p.h \
@@ -24,4 +25,5 @@ HEADERS += \
$$PWD/qdebugmessageservice_p.h \
$$PWD/qv4debugservice_p.h \
$$PWD/qqmlconfigurabledebugservice_p.h \
- $$PWD/qqmlconfigurabledebugservice_p_p.h
+ $$PWD/qqmlconfigurabledebugservice_p_p.h \
+ $$PWD/qqmlenginecontrolservice_p.h