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>
15 lines
255 B
QML
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"
|
|
]
|
|
}
|