qt5base-lts/src/tools/tracegen/tracegen.pro
Rafael Roquetto 48bce2e8f0 Support for LTTNG and ETW tracing
This commit introduces minimal support for instrumentation within Qt.
Currently, only LTTNG/Linux and ETW/Windows are supported.

Change-Id: I59b48cf83acf5532a998bb493e6379e9177e14c8
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2018-01-28 19:17:02 +00:00

22 lines
297 B
Prolog

option(host_build)
CONFIG += force_bootstrap
SOURCES += \
etw.cpp \
helpers.cpp \
lttng.cpp \
panic.cpp \
provider.cpp \
qtheaders.cpp \
tracegen.cpp
HEADERS += \
etw.h \
helpers.h \
lttng.h \
panic.h \
provider.h \
qtheaders.h
load(qt_tool)