forked from qt-creator/qt-creator
addCommandLineAsSingleArg allows to reliably create commandlines like "bash -c 'echo ...'" addCommandLineWithAnd combines two command lines by adding '&&' in between Change-Id: Ic5af34c90fd5271dced40ba1341a3df019ededb8 Reviewed-by: hjk <hjk@qt.io>
13 lines
219 B
QML
13 lines
219 B
QML
Project {
|
|
QtcAutotest {
|
|
name: "CommandLine autotest"
|
|
|
|
Depends { name: "Utils" }
|
|
Depends { name: "app_version_header" }
|
|
|
|
files: [
|
|
"tst_commandline.cpp",
|
|
]
|
|
}
|
|
}
|