aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug/qmldebug.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-10-16 15:25:43 +0200
committerUlf Hermann <ulf.hermann@qt.io>2018-10-24 05:57:46 +0000
commitad73e0b045d9f75ec420dc55b12671cc00cf40be (patch)
tree79e28634531b7a8585e38cd9d532474ea38034a6 /src/qmldebug/qmldebug.pro
parent2ebbf03e880467ecc95adfafe7c0404add8a3328 (diff)
QmlDebug: Add QQmlEngineDebugClient
We use it in 3 tests already, and we may want to use it in other applications, too. Task-number: QTBUG-66504 Change-Id: Id73b6ccf49a701fbbc79ee3fe1ac638a70c4c939 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
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 42b73e5711..c18d4c0c03 100644
--- a/src/qmldebug/qmldebug.pro
+++ b/src/qmldebug/qmldebug.pro
@@ -9,6 +9,7 @@ SOURCES += \
qqmldebugconnection.cpp \
qqmldebugmessageclient.cpp \
qqmlenginecontrolclient.cpp \
+ qqmlenginedebugclient.cpp \
qqmlpreviewclient.cpp \
qqmlprofilerclient.cpp \
qqmlprofilerevent.cpp \
@@ -22,6 +23,8 @@ HEADERS += \
qqmldebugclient_p_p.h \
qqmldebugconnection_p.h \
qqmldebugmessageclient_p.h \
+ qqmlenginedebugclient_p.h \
+ qqmlenginedebugclient_p_p.h \
qqmlenginecontrolclient_p.h \
qqmlenginecontrolclient_p_p.h \
qqmlpreviewclient_p.h \