aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug/qmldebug.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-10-16 15:49:24 +0200
committerUlf Hermann <ulf.hermann@qt.io>2018-10-24 05:58:10 +0000
commitc4f8f1db16b28e68016c926e2fe628c03513c6b4 (patch)
tree9f159a3deea866a734f9492500df97c011bc7c4a /src/qmldebug/qmldebug.pro
parentad73e0b045d9f75ec420dc55b12671cc00cf40be (diff)
QmlDebug: Add QQmlInspectorClient
We use it in 2 tests and we might use it elsewhere, too. Task-number: QTBUG-66504 Change-Id: I57e52e70044ac857482ecfe863f0d30698ab2e60 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 c18d4c0c03..94d300b765 100644
--- a/src/qmldebug/qmldebug.pro
+++ b/src/qmldebug/qmldebug.pro
@@ -10,6 +10,7 @@ SOURCES += \
qqmldebugmessageclient.cpp \
qqmlenginecontrolclient.cpp \
qqmlenginedebugclient.cpp \
+ qqmlinspectorclient.cpp \
qqmlpreviewclient.cpp \
qqmlprofilerclient.cpp \
qqmlprofilerevent.cpp \
@@ -27,6 +28,8 @@ HEADERS += \
qqmlenginedebugclient_p_p.h \
qqmlenginecontrolclient_p.h \
qqmlenginecontrolclient_p_p.h \
+ qqmlinspectorclient_p.h \
+ qqmlinspectorclient_p_p.h \
qqmlpreviewclient_p.h \
qqmlpreviewclient_p_p.h \
qqmlprofilerclient_p.h \