Files
qt-creator/tests/auto/tracing/tracing.pro
Ulf Hermann 5f9f8f9f16 Tracing: Handle mouse events in FlameGraph QQuickItem
Having an additional MouseArea as child of a ScrollView or a Flickable
is not well defined and leads to inconsistent behavior on different
systems. We can easily catch the relevant events in the FlameGraph item
itself. Also, don't redirect the typeSelected() signals through the
model. They don't belong there.

Change-Id: I77c17977b5a51d57ccd2ef880d3d6c6a604b7f78
Task-number: QTCREATORBUG-20573
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
2018-06-18 12:35:36 +00:00

22 lines
473 B
Prolog

include(../../../qtcreator.pri)
TEMPLATE = subdirs
SUBDIRS = \
flamegraph \
flamegraphview \
timelineabstractrenderer \
timelineitemsrenderpass \
timelinemodel \
timelinemodelaggregator \
timelinenotesmodel \
timelinenotesrenderpass \
timelineoverviewrenderer \
timelinerenderer \
timelinerenderpass \
timelinerenderstate \
timelineselectionrenderpass \
timelinezoomcontrol
OTHER_FILES += \
tracingautotest.qbs