Files
qt-creator/tests/auto/tracing/flamegraphview/flamegraphview.qbs

27 lines
568 B
QML
Raw Normal View History

import qbs
import "../tracingautotest.qbs" as TracingAutotest
TracingAutotest {
name: "FlameGraphView autotest"
Depends { name: "Utils" }
Depends { name: "Qt.quickwidgets" }
Group {
name: "Test sources"
files: [
"testflamegraphmodel.h",
"tst_flamegraphview.cpp"
]
}
Group {
name: "Qml Files"
Qt.core.resourcePrefix: "qt/qml/QtCreator/TstTracingFlameGraphView/"
fileTags: "qt.core.resource_data"
files: [
"TestFlameGraphView.qml",
]
}
}