forked from qt-creator/qt-creator
Change-Id: Iceb346c42ff798430fb4ee6887b34f89768f014b Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
14 lines
238 B
QML
14 lines
238 B
QML
import qbs
|
|
|
|
Project {
|
|
name: "Widgets manualtests"
|
|
|
|
condition: project.withAutotests
|
|
|
|
references: [
|
|
"crumblepath/crumblepath.qbs",
|
|
"infolabel/infolabel.qbs",
|
|
"manhattanstyle/manhattanstyle.qbs",
|
|
]
|
|
}
|