aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/tracing/flamegraphview/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tracing/flamegraphview/CMakeLists.txt')
-rw-r--r--tests/auto/tracing/flamegraphview/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/tracing/flamegraphview/CMakeLists.txt b/tests/auto/tracing/flamegraphview/CMakeLists.txt
new file mode 100644
index 0000000000..2a247c9ea1
--- /dev/null
+++ b/tests/auto/tracing/flamegraphview/CMakeLists.txt
@@ -0,0 +1,6 @@
+add_qtc_test(tst_tracing_flamegraphview
+ DEPENDS Tracing Qt5::QuickWidgets Qt5::Quick Utils
+ SOURCES
+ tst_flamegraphview.cpp
+ flamegraphview.qrc
+)