summaryrefslogtreecommitdiff
path: root/tests/auto/blackbox/testdata/cli/fshello.qbs
blob: 0d503d90fe6dd6f561ed7debb8a843e62fc414d4 (plain)
1
2
3
4
5
6
Application {
    Depends { name: "cli" }
    type: "application"
    name: "fshello"
    files: "fshello.fs"
}