aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/debugger.pri
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-07-13 12:13:48 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-07-22 16:54:03 +0000
commitc6200dcf3a825e5cb7f1b1d33fe32da4dc69712a (patch)
treec6ea78d3ec361b70ab7677dca589796caa2a2f43 /src/qml/debugger/debugger.pri
parent8b7b85554403cf3be46aca935f4af9906ae32d37 (diff)
Add debug plugin manager
When splitting the QML tooling into several plugins we need a unified way to load them. Change-Id: I3e17dc5e9427cc45db962f7fa0a695514544d64c 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 4021350878..3603050d0d 100644
--- a/src/qml/debugger/debugger.pri
+++ b/src/qml/debugger/debugger.pri
@@ -15,6 +15,7 @@ SOURCES += \
$$PWD/qqmlprofiler.cpp
HEADERS += \
+ $$PWD/qqmldebugpluginmanager_p.h \
$$PWD/qqmldebugservice_p.h \
$$PWD/qqmldebugservice_p_p.h \
$$PWD/qqmlprofilerservice_p.h \