Re: [Qbs] Building code generator and its dependencies for a different architecture than the rest of the products

2020-03-23 Thread Christian Kandeler
> I think you should write: > CppApplication { >name: "app" >files: ["gen.cpp"] >Depends { name: "lib"; profiles: "targetProfile" } > } Ah right, I completely forgot about that property... ___ Qbs mailing list Qbs@qt-project.org https://lists

Re: [Qbs] Building Qbs for conan/bintray on Gitlab

2020-03-23 Thread Richard Weickelt
Hello, > I try to build a Qbs conan package (with static linked Qt) so conan could > just install Qbs with a simple "build_requires". Building the conan package > works fine on my local machine. But when I use Gitlab-CI to build the > packages it fails to build. > To build locally I use the follow