aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/symhello/hello.qbp
blob: 7e9944a15575f88a33025d281ab39d2df3c2e39b (plain)
1
2
3
4
5
6
7
8
9
10
import qbs.base 1.0

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