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

14 lines
212 B
QML
Raw Normal View History

import qbs
import qbs.FileInfo
Project {
name: "Manual debugger simple tests"
condition: project.withAutotests
references: [
"simple_test_app.qbs",
"simple_test_plugin.qbs"
]
}