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, 0 insertions, 21 deletions
diff --git a/src/tools/tracegen/tracegen.pro b/src/tools/tracegen/tracegen.pro
deleted file mode 100644
index 20f0bb2914..0000000000
--- a/src/tools/tracegen/tracegen.pro
+++ /dev/null
@@ -1,21 +0,0 @@
-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)