aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/ib/iconset/iconset.qbs
blob: 1d563f180fb17532e202aa5152e83a10edd4d1e7 (plain)
1
2
3
4
5
6
7
import qbs

Product {
    Depends { name: "ib" }
    type: ["icns"]
    files: ["white.iconset"]
}