summaryrefslogtreecommitdiffstats
path: root/src/tools/tracegen/tracegen.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/tracegen/tracegen.pro')
-rw-r--r--src/tools/tracegen/tracegen.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/tools/tracegen/tracegen.pro b/src/tools/tracegen/tracegen.pro
new file mode 100644
index 0000000000..20f0bb2914
--- /dev/null
+++ b/src/tools/tracegen/tracegen.pro
@@ -0,0 +1,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)