forked from qt-creator/qt-creator
That was most likely QBS-755. Change-Id: I43d0316113fcca79554bfee9eee9b8bd706fce07 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
8 lines
120 B
QML
8 lines
120 B
QML
import qbs
|
|
|
|
QtcAutotest {
|
|
name: "ChangeSet autotest"
|
|
Depends { name: "Utils" }
|
|
files: "tst_changeset.cpp"
|
|
}
|