forked from qt-creator/qt-creator
A minimal application that displays the tracing view with some dummy data. Change-Id: Ie564a3be017731313659aef7958138613b0bb94d Reviewed-by: Christian Stenger <christian.stenger@qt.io>
15 lines
269 B
QML
15 lines
269 B
QML
import qbs
|
|
|
|
Project {
|
|
name: "Widgets manualtests"
|
|
|
|
condition: project.withAutotests
|
|
|
|
references: [
|
|
"crumblepath/crumblepath.qbs",
|
|
"infolabel/infolabel.qbs",
|
|
"manhattanstyle/manhattanstyle.qbs",
|
|
"tracing/tracing.qbs",
|
|
]
|
|
}
|