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

QtcAutotest {
    name: "ChangeSet autotest"
    Depends { name: "Utils" }
    files: "tst_changeset.cpp"
}