From ec88ecf42bae7bfd486bb171a3325b7b2dabcca9 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Wed, 11 Nov 2015 17:55:26 +0100 Subject: QmlDebug: Move EngineControl client to qmldebug Change-Id: Ia2e01b3acb8e0dab19b67dd612e6228d13b4755d Reviewed-by: Simon Hausmann --- src/qmldebug/qmldebug.pro | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/qmldebug/qmldebug.pro') 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 -- cgit v1.2.3