aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_debugger/qmldbg_debugger.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-12-15 13:38:46 +0100
committerUlf Hermann <ulf.hermann@theqtcompany.com>2016-01-11 09:46:41 +0000
commitdd37ea85809db58abd3b45d3f55020b240baca28 (patch)
tree44904021f37320ac7eb92a30d0b98a23e55aa325 /src/plugins/qmltooling/qmldbg_debugger/qmldbg_debugger.pro
parentb6ca444408e351d1ddcaddc66071c27aa011ea6b (diff)
V4 Debugger: Move all the jobs into one place
This makes the code more readable and allows us to keep the data collector as value, rather than pointer, in QV4Debugger. Change-Id: I2939c2b2f551111139f1dc34704a6029e87a66bf Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmltooling/qmldbg_debugger/qmldbg_debugger.pro')
-rw-r--r--src/plugins/qmltooling/qmldbg_debugger/qmldbg_debugger.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/plugins/qmltooling/qmldbg_debugger/qmldbg_debugger.pro b/src/plugins/qmltooling/qmldbg_debugger/qmldbg_debugger.pro
index 9db38d2dfe..3703d0fe0b 100644
--- a/src/plugins/qmltooling/qmldbg_debugger/qmldbg_debugger.pro
+++ b/src/plugins/qmltooling/qmldbg_debugger/qmldbg_debugger.pro
@@ -14,8 +14,8 @@ SOURCES += \
$$PWD/qv4debugservice.cpp \
$$PWD/qv4debugger.cpp \
$$PWD/qv4debuggeragent.cpp \
- $$PWD/qv4datacollector.cpp
-
+ $$PWD/qv4datacollector.cpp \
+ $$PWD/qv4debugjob.cpp
HEADERS += \
$$PWD/../shared/qqmlconfigurabledebugservice.h \
@@ -28,7 +28,8 @@ HEADERS += \
$$PWD/qv4debugservice.h \
$$PWD/qv4debugger.h \
$$PWD/qv4debuggeragent.h \
- $$PWD/qv4datacollector.h
+ $$PWD/qv4datacollector.h \
+ $$PWD/qv4debugjob.h
INCLUDEPATH += $$PWD \
$$PWD/../shared