Files
qt-creator/tests/manual/widgets/widgets.qbs
hjk 4c16c221a1 Tests: Add a manual test for layoutbuilder demonstration
Change-Id: If59265c429a67e5627d41d242fb8fc828f469e93
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
2022-08-11 07:32:21 +00:00

16 lines
312 B
QML

import qbs
Project {
name: "Widgets manualtests"
condition: project.withAutotests
references: [
"crumblepath/crumblepath.qbs",
"infolabel/infolabel.qbs",
"layoutbuilder/layoutbuilder.qbs",
"manhattanstyle/manhattanstyle.qbs",
"tracing/tracing.qbs",
]
}