2018-06-06 19:23:15 +02:00
|
|
|
import qbs
|
|
|
|
|
import "../tracingautotest.qbs" as TracingAutotest
|
|
|
|
|
|
|
|
|
|
TracingAutotest {
|
|
|
|
|
name: "FlameGraphView autotest"
|
|
|
|
|
|
2022-02-09 15:06:42 +01:00
|
|
|
Depends { name: "Utils" }
|
2018-06-06 19:23:15 +02:00
|
|
|
Depends { name: "Qt.quickwidgets" }
|
|
|
|
|
|
|
|
|
|
Group {
|
|
|
|
|
name: "Test sources"
|
|
|
|
|
files: [
|
2021-06-18 16:19:24 +02:00
|
|
|
"testflamegraphmodel.h",
|
2022-07-17 13:43:49 +02:00
|
|
|
"tst_flamegraphview.cpp"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Group {
|
|
|
|
|
name: "Qml Files"
|
2022-07-19 17:26:34 +02:00
|
|
|
Qt.core.resourcePrefix: "qt/qml/QtCreator/TstTracingFlameGraphView/"
|
2022-07-17 13:43:49 +02:00
|
|
|
fileTags: "qt.core.resource_data"
|
|
|
|
|
files: [
|
|
|
|
|
"TestFlameGraphView.qml",
|
2018-06-06 19:23:15 +02:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|