aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/utils/persistentsettings/persistentsettings.qbs
blob: 8b8d8a6c230539b67c25d90111efeeb8a2931db7 (plain)
1
2
3
4
5
6
7
import qbs

QtcAutotest {
    name: "PersistentSettings autotest"
    Depends { name: "Utils" }
    files: "tst_persistentsettings.cpp"
}