Files
qt-creator/tests/manual/process/process.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

15 lines
255 B
QML

import qbs
QtcManualtest {
name: "Manual QtcProcess test"
condition: qbs.targetOS.contains("unix")
Depends { name: "Utils" }
targetName: "process"
files: [
"main.cpp",
"mainwindow.cpp",
"mainwindow.h"
]
}