forked from qt-creator/qt-creator
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",
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|