forked from qt-creator/qt-creator
Change-Id: I6c5c839dc199379edaf4c43ae4d6a0ed6ebdf751 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
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"
|
|
]
|
|
}
|