Files
qt-creator/tests/auto/changeset/changeset.qbs

10 lines
209 B
QML
Raw Normal View History

import qbs
import QtcAutotest
QtcAutotest {
name: "ChangeSet autotest"
Depends { name: "Utils" }
Depends { name: "Qt.gui" } // TODO: Remove once qbs bug is fixed.
files: "tst_changeset.cpp"
}