forked from qt-creator/qt-creator
Just like for QtcPlugin, QtcLibrary etc. Change-Id: I395f5863f31abba589864be3ad41ad7fc893787f Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
9 lines
147 B
QML
9 lines
147 B
QML
import qbs
|
|
import QtcAutotest
|
|
|
|
QtcAutotest {
|
|
name: "Aggregation autotest"
|
|
Depends { name: "Aggregation" }
|
|
files: "tst_aggregate.cpp"
|
|
}
|