Files
qt-creator/tests/tests.qbs

11 lines
145 B
QML
Raw Normal View History

import qbs
Project {
name: "Tests"
references: [
"auto/auto.qbs",
"manual/manual.qbs",
"unit/unit.qbs",
]
}