forked from qt-creator/qt-creator
9 lines
162 B
QML
9 lines
162 B
QML
|
|
import qbs
|
||
|
|
import "../autotest.qbs" as Autotest
|
||
|
|
|
||
|
|
Autotest {
|
||
|
|
name: "Aggregation autotest"
|
||
|
|
Depends { name: "Aggregation" }
|
||
|
|
files: "tst_aggregate.cpp"
|
||
|
|
}
|