aboutsummaryrefslogtreecommitdiffstats
path: root/tutorial/chapter-5/app/app.qbs
blob: 84c2430e4dae9da4766ce57611d844f8eb18ebb7 (plain)
1
2
3
4
5
6
MyApplication {
    Depends { name: "mylib" }
    name: "My Application"
    targetName: "myapp"
    files: "main.c"
}