aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/debugger.pri
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-07-15 16:17:26 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-08-04 13:34:57 +0000
commit183eae3cbcb3c5c99d97fdc38f9dba7ea87cf05f (patch)
treead82a0a19589ceb3218282a3953baceeb8202b5e /src/qml/debugger/debugger.pri
parent07f19d36347d69c330e092e3cb4fc351a8815d5c (diff)
Add a factory for QQmlDebugService and use it to load plugins
Debug services can now be added as plugins in qmltooling/ . QQmlDebugConnector will load any service plugins matching the factory's iid before open()'ing the connector. Change-Id: I2e4cabd714018f62cf4d60b0ebd2827a85431964 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/debugger/debugger.pri')
-rw-r--r--src/qml/debugger/debugger.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/debugger/debugger.pri b/src/qml/debugger/debugger.pri
index c6231fddd5..1488a4dfcf 100644
--- a/src/qml/debugger/debugger.pri
+++ b/src/qml/debugger/debugger.pri
@@ -20,6 +20,7 @@ HEADERS += \
$$PWD/qqmldebugconnector_p.h \
$$PWD/qqmldebugpluginmanager_p.h \
$$PWD/qqmldebugservice_p.h \
+ $$PWD/qqmldebugservicefactory_p.h \
$$PWD/qqmlprofilerservice_p.h \
$$PWD/qqmldebugserviceinterfaces_p.h \
$$PWD/qqmldebugstatesdelegate_p.h \