Files
qt-creator/tests/manual/debugger/simple/simple.qbs
Christian Stenger b822b3f9e2 Tests: Provide qbs files for some manual tests
Change-Id: I6c5c839dc199379edaf4c43ae4d6a0ed6ebdf751
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
2022-02-03 05:27:56 +00:00

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"
]
}