aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/lib_subdir/app/app.qbs
blob: 4f7e959c5d11f8a5984c269d7d59ebb6c7f71c4f (plain)
1
2
3
4
5
6
7
8
9
10
import qbs.base 1.0

Product {
    type: "application"
    name : "HelloWorld"
    files : [ "main.cpp" ]
    Depends { name: "cpp" }
    Depends { name: "lol" }
}