summaryrefslogtreecommitdiffstats
path: root/src/tools/tracegen/tracegen.pro
blob: 20f0bb29148dce61aacea89598ee5a82ccb36ef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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)