Files
qt-creator/tests/manual/manual.qbs

12 lines
145 B
QML
Raw Normal View History

import qbs
Project {
name: "QtcManualtests"
condition: project.withAutotests
references: [
"widgets/widgets.qbs",
]
}