aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/trackAddFile/before/project.qbp
blob: 222788b6a3dcbefdc7c92d25ae479a3c8642cbef (plain)
1
2
3
4
5
6
7
8
9
10
11
import qbs.base 1.0

Project {
    Product {
        name: 'someapp'
        type: 'application'
        Depends { name: 'cpp' }
        files: [ "main.cpp", "narf.h", "narf.cpp" ]
    }
}