aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/is-runnable/is-runnable.qbs
blob: 8702792943f885f50600ce92729450889e9e7655 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Project {
    CppApplication {
        name: "app"
    }
    DynamicLibrary {
        name: "lib"
        Properties {
            condition: qbs.targetOS.contains("darwin")
            bundle.isBundle: false
        }
    }
}