forked from qt-creator/qt-creator
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",
|
||
|
|
]
|
||
|
|
}
|