forked from qt-creator/qt-creator
13 lines
219 B
QML
13 lines
219 B
QML
|
|
Project {
|
||
|
|
QtcAutotest {
|
||
|
|
name: "DeviceShell autotest"
|
||
|
|
|
||
|
|
Depends { name: "Utils" }
|
||
|
|
Depends { name: "app_version_header" }
|
||
|
|
|
||
|
|
files: [
|
||
|
|
"tst_deviceshell.cpp",
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|