48bce2e8f0
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>
22 lines
297 B
Prolog
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)
|