aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug/qmldebug.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-10-16 14:06:49 +0200
committerUlf Hermann <ulf.hermann@qt.io>2018-10-23 11:56:14 +0000
commit33bfa05c59a0d4ebcc8943ff710ee1da207da014 (patch)
treed6b19ad41c37f1eeec4ad8cf68ea2b0e219b0d36 /src/qmldebug/qmldebug.pro
parentf06cbeb00b00e54826a67816663920cb468141a2 (diff)
QmlDebug: Add V4 debug client from tst_qqmldebugjs.cpp
This is useful for implementing additional V4 debug clients. Along the way, we also drop the dependency on QML by using the JSON API from QtCore for JSON manipulation. Task-number: QTBUG-66504 Change-Id: Ib51e8e97b030a49fe8185ad5354d1cca63efef4a Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qmldebug/qmldebug.pro')
-rw-r--r--src/qmldebug/qmldebug.pro7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/qmldebug/qmldebug.pro b/src/qmldebug/qmldebug.pro
index 0807482d23..42b73e5711 100644
--- a/src/qmldebug/qmldebug.pro
+++ b/src/qmldebug/qmldebug.pro
@@ -14,7 +14,8 @@ SOURCES += \
qqmlprofilerevent.cpp \
qqmlprofilereventlocation.cpp \
qqmlprofilereventtype.cpp \
- qqmlprofilertypedevent.cpp
+ qqmlprofilertypedevent.cpp \
+ qv4debugclient.cpp
HEADERS += \
qqmldebugclient_p.h \
@@ -32,4 +33,6 @@ HEADERS += \
qqmlprofilereventreceiver_p.h \
qqmlprofilereventtype_p.h \
qqmlprofilertypedevent_p.h \
- qqmlprofilerclientdefinitions_p.h
+ qqmlprofilerclientdefinitions_p.h \
+ qv4debugclient_p.h \
+ qv4debugclient_p_p.h