aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/productproperties/app.qbs
blob: 08334e791fc3acfc57944e1f53eea4131ef87921 (plain)
1
2
3
4
5
6
7
8
9
10
11
import qbs 1.0

Product {
    type: "application"
    name: "blubb_user"

    files: "main.cpp"

    Depends { name: "blubb_header" }
    Depends { name: "cpp" }
}