summaryrefslogtreecommitdiff
path: root/examples/widgets/tutorials/tutorials.qbs
blob: ecf44f8a2e25f1014325f2baa43e5cce2366a3fb (plain)
1
2
3
4
5
6
7
8
9
10
11
import qbs

Project {
    name: "tutorials"
    references: [
        "addressbook",
        "gettingStarted",
        "modelview",
        "widgets",
    ]
}