[Qbs] Fun With Flags

Jochen Becher jochen_becher at gmx.de
Tue Jan 13 20:50:08 CET 2026


Try this with qbs 3.1.1:

Project {
    name: "Test"

    Product {
        name: "Test Files"
        qbs.install: true
        qbs.installPrefix: ""
        qbs.installDir: "testfiles"
    }
}

Regards,
Jochen




























Spoiler Alert: it installs test.qbs into folder testfiles.


More information about the Qbs mailing list