forked from qt-creator/qt-creator
Change-Id: If59265c429a67e5627d41d242fb8fc828f469e93 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
16 lines
312 B
QML
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",
|
|
]
|
|
}
|