diff --git a/tests/auto/tracing/flamegraphview/flamegraphview.qbs b/tests/auto/tracing/flamegraphview/flamegraphview.qbs index 0be52f5d7ab..711e955014f 100644 --- a/tests/auto/tracing/flamegraphview/flamegraphview.qbs +++ b/tests/auto/tracing/flamegraphview/flamegraphview.qbs @@ -4,6 +4,7 @@ import "../tracingautotest.qbs" as TracingAutotest TracingAutotest { name: "FlameGraphView autotest" + Depends { name: "Utils" } Depends { name: "Qt.quickwidgets" } Group { diff --git a/tests/auto/tracing/tracing.qbs b/tests/auto/tracing/tracing.qbs index 643d25f31ab..84000d731fe 100644 --- a/tests/auto/tracing/tracing.qbs +++ b/tests/auto/tracing/tracing.qbs @@ -5,6 +5,7 @@ Project { references: [ "flamegraph/flamegraph.qbs", + "flamegraphview/flamegraphview.qbs", "timelinemodel/timelinemodel.qbs", "timelinemodelaggregator/timelinemodelaggregator.qbs", "timelinenotesmodel/timelinenotesmodel.qbs",