aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/debugger.pri
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@digia.com>2014-01-23 17:18:05 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-13 08:18:42 +0100
commiteeaba26596d447c531dfac9d6e6bf5cfe4537813 (patch)
tree90cb8aa8a60c26ff7bf6ad85242069185453931e /src/qml/debugger/debugger.pri
parent68dabbf62b867e092a2860e5cde1813768176a3e (diff)
Infrastructure for supporting multiple profilers in qqmlprofilerservice
The concepts of "global" and "engine" profilers are introduced. Profilers can either be attached to specific QML engines and run in their threads or they can be unspecific global profilers running in arbitrary threads. Change-Id: I3862fc65c07ccb33a1ca08cd2425e4079d3ffc02 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'src/qml/debugger/debugger.pri')
-rw-r--r--src/qml/debugger/debugger.pri7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/qml/debugger/debugger.pri b/src/qml/debugger/debugger.pri
index e9f1d6f5fe..2f9844ae7a 100644
--- a/src/qml/debugger/debugger.pri
+++ b/src/qml/debugger/debugger.pri
@@ -8,7 +8,8 @@ SOURCES += \
$$PWD/qdebugmessageservice.cpp \
$$PWD/qv4debugservice.cpp \
$$PWD/qqmlconfigurabledebugservice.cpp \
- $$PWD/qqmlenginecontrolservice.cpp
+ $$PWD/qqmlenginecontrolservice.cpp \
+ $$PWD/qqmlabstractprofileradapter.cpp
HEADERS += \
$$PWD/qqmldebugservice_p.h \
@@ -26,4 +27,6 @@ HEADERS += \
$$PWD/qv4debugservice_p.h \
$$PWD/qqmlconfigurabledebugservice_p.h \
$$PWD/qqmlconfigurabledebugservice_p_p.h \
- $$PWD/qqmlenginecontrolservice_p.h
+ $$PWD/qqmlenginecontrolservice_p.h \
+ $$PWD/qqmlprofilerdefinitions_p.h \
+ $$PWD/qqmlabstractprofileradapter_p.h