Re: [Qbs] Selecting target architecture for Android

2022-05-23 Thread Alberto Mardegan
Hi Christian, On 23/05/22 11:12, Christian Kandeler wrote: Presumably you have set qbs.install to true somewhere in the library product, with no per-arch differentiation, leading to  a conflict. Since in the Android case the libraries are not the final build artifact, they should not get

Re: [Qbs] Selecting target architecture for Android

2022-05-23 Thread Alberto Mardegan
Hi Rafael, On 23/05/22 13:38, Raphael Cotty wrote: Hello, the libMapperoCore.so should have the architecture name like this: libMapperoCore-arch.so What type of product do you use for the MapperoCore? It's a DynamicLibrary. Is there something special which I should do to give the compiled

Re: [Qbs] Selecting target architecture for Android

2022-05-23 Thread Raphael Cotty
Hello, the libMapperoCore.so should have the architecture name like this: libMapperoCore-arch.so What type of product do you use for the MapperoCore? Raphael Le lun. 23 mai 2022 à 10:13, Christian Kandeler a écrit : > On 5/22/22 21:57, Alberto Mardegan wrote: > > So far I've built my Android

Re: [Qbs] Retrieving project options

2022-05-23 Thread Christian Kandeler
On 5/22/22 22:00, Alberto Mardegan wrote: how do I find out, from within a QBS build directory, what where the command-line options which I passed to QBS to initialize the project? There is no command-line option to extract this information directly. However, it will be printed if you build

Re: [Qbs] Selecting target architecture for Android

2022-05-23 Thread Christian Kandeler
On 5/22/22 21:57, Alberto Mardegan wrote: So far I've built my Android application using Qt 5.12, for the arm architecture only, and everything has worked fine. Today I tried migrating to 5.15, which supports multiarch, and I'm getting an issue: after building all the files for all the four