Re: [Qbs] ModuleProvider concept

2023-02-16 Thread Richard Weickelt
On 16.02.2023 11:03, Heiko Nardmann wrote: *Create* the files in my imagined usecase means for me retrieving necessary files from Artifactory - corr. Qbs file and e.g. some static library - and provide them so that the project can resolve the dependencies for the build graph. Maybe you could

Re: [Qbs] passing values for stringList properties on commandline?

2023-06-09 Thread Richard Weickelt
Hi, So what is the correct syntax on the commandline for passing values for stringList properties? check this out: https://qbs.io/docs/language-introduction/#overriding-property-values-from-the-command-line Richard ___ Qbs mailing list

Re: [Qbs] Code Generator with shared library dependencies

2024-01-14 Thread Richard Weickelt
Hi, So my question would be: Is there a way to run an executable that is a Product similar to how ‘qbs run’ does it so all dependencies are found? I don't think there is. You could crawl the dependency tree of your application product for shared libraries and unless you find a way to run

Re: [Qbs] Setting properties for all products

2024-05-28 Thread Richard Weickelt
Hi, I have a project with multiple sub projects and products and want to move it to embedded platforms, and thus I want to set compiler flags like mpcu, which should be the same for all products. I know I can do it through the QtCreator kit or the command line, but I'd like that to be

<    1   2