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
> [email protected]
> https://lists.qt-project.org/listinfo/qbs

_______________________________________________
Qbs mailing list
[email protected]
https://lists.qt-project.org/listinfo/qbs

Reply via email to