summaryrefslogtreecommitdiff
path: root/tests/auto/aggregation/aggregation.qbs
blob: 5ade0ce6c88bbb344073d9e467b450de2cdd102f (plain)
1
2
3
4
5
6
7
import qbs

QtcAutotest {
    name: "Aggregation autotest"
    Depends { name: "Aggregation" }
    files: "tst_aggregate.cpp"
}