blob: c05ef68ac8af08811e03de9adecb837a0f375c71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
import qbs
import qbs.FileInfo
Project {
name: "Manual debugger simple tests"
condition: project.withAutotests
references: [
"simple_test_app.qbs",
"simple_test_plugin.qbs"
]
}
|