forked from qt-creator/qt-creator
14 lines
212 B
QML
14 lines
212 B
QML
|
|
import qbs
|
||
|
|
import qbs.FileInfo
|
||
|
|
|
||
|
|
Project {
|
||
|
|
name: "Manual debugger simple tests"
|
||
|
|
|
||
|
|
condition: project.withAutotests
|
||
|
|
|
||
|
|
references: [
|
||
|
|
"simple_test_app.qbs",
|
||
|
|
"simple_test_plugin.qbs"
|
||
|
|
]
|
||
|
|
}
|