forked from qt-creator/qt-creator
11 lines
139 B
QML
11 lines
139 B
QML
|
|
import qbs
|
||
|
|
|
||
|
|
QtcAutotest {
|
||
|
|
name: "Map reduce autotest"
|
||
|
|
Depends { name: "Utils" }
|
||
|
|
|
||
|
|
files: [
|
||
|
|
"tst_mapreduce.cpp",
|
||
|
|
]
|
||
|
|
}
|