[Qbs] Fun With Flags
Jochen Becher
jochen_becher at gmx.de
Wed Jan 14 17:54:05 CET 2026
If you copy this into test.qbs and run qbs it installs test.qbs into install-root/testfiles. That is not what I expect. Even if you add some
other files using property files, it always installs the qbs file additionally into testfiles. Only if you move the qbs lines and the files
list into its own Group, it stops this.
Regards, Jochen
Am Mittwoch, dem 14.01.2026 um 10:42 +0100 schrieb Christian Kandeler via Qbs:
> On 1/13/26 8:50 PM, Jochen Becher via Qbs wrote:
> > Project {
> > name: "Test"
> >
> > Product {
> > name: "Test Files"
> > qbs.install: true
> > qbs.installPrefix: ""
> > qbs.installDir: "testfiles"
> > }
> > }
> Could you elaborate?
>
> Christian
> _______________________________________________
> Qbs mailing list
> Qbs at qt-project.org
> https://lists.qt-project.org/listinfo/qbs
More information about the Qbs
mailing list