2013-08-26 17:50:02 +02:00
|
|
|
import qbs
|
2014-04-29 13:42:37 +02:00
|
|
|
import QtcAutotest
|
2013-08-26 17:50:02 +02:00
|
|
|
|
2014-04-29 13:42:37 +02:00
|
|
|
QtcAutotest {
|
2013-08-26 17:50:02 +02:00
|
|
|
name: "Aggregation autotest"
|
|
|
|
|
Depends { name: "Aggregation" }
|
|
|
|
|
files: "tst_aggregate.cpp"
|
|
|
|
|
}
|