> But I have one more question: Is Project { references: [...] } the only way
> to include other files, apart from defining new modules?

Please specify "include other files". Did you want to say "include other
.qbs files into a project"?

If yes, then in addition to the 2 ways you mentioned, you could also extend
a Qbs language item and instanciate that somewhere in your project. See
http://doc.qt.io/qbs/custom-modules.html#custom-items and see
http://doc.qt.io/qbs/qbsconvenienceitems-qmlmodule.html for a list of
derived Product/Project items that are shipped with Qbs.

Richard
_______________________________________________
Qbs mailing list
Qbs@qt-project.org
https://lists.qt-project.org/listinfo/qbs

Reply via email to