aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata-apple/ib/iconsetapp/iconsetapp.qbs
blob: dd39d16399216ecf8a46bcd185fff54fe26d6cb2 (plain)
1
2
3
4
5
6
7
8
9
CppApplication {
    Depends { name: "ib" }
    Depends { name: "bundle" }
    property bool isShallow: {
        console.info("isShallow: " + bundle.isShallow);
        return bundle.isShallow;
    }
    files: ["main.c", "white.iconset"]
}