aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug/qmldebug.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-11-11 17:55:26 +0100
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-11-17 18:42:34 +0000
commitec88ecf42bae7bfd486bb171a3325b7b2dabcca9 (patch)
tree49a4a0720f8297843f2ec5df4e1c09b92b6a071f /src/qmldebug/qmldebug.pro
parent03de2a45f644b084471c56999db78e1fa98c3a04 (diff)
QmlDebug: Move EngineControl client to qmldebug
Change-Id: Ia2e01b3acb8e0dab19b67dd612e6228d13b4755d Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qmldebug/qmldebug.pro')
-rw-r--r--src/qmldebug/qmldebug.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qmldebug/qmldebug.pro b/src/qmldebug/qmldebug.pro
index 295701eee3..e5f6de3314 100644
--- a/src/qmldebug/qmldebug.pro
+++ b/src/qmldebug/qmldebug.pro
@@ -7,12 +7,15 @@ load(qt_module)
SOURCES += \
qqmldebugclient.cpp \
qqmldebugconnection.cpp \
+ qqmlenginecontrolclient.cpp \
qqmlprofilerclient.cpp
HEADERS += \
qqmldebugclient_p.h \
qqmldebugclient_p_p.h \
qqmldebugconnection_p.h \
+ qqmlenginecontrolclient_p.h \
+ qqmlenginecontrolclient_p_p.h \
qqmleventlocation_p.h \
qqmlprofilerclient_p.h \
qqmlprofilerclient_p_p.h