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

Christian Kandeler christian.kandeler at qt.io
Fri Mar 20 15:47:26 CET 2020


On Fri, 20 Mar 2020 15:41:21 +0100
Christian Kandeler <christian.kandeler at qt.io> wrote:

> Your app and build tool use normal Depends items for pulling in the library; the matching should work automatically.

Addendum: Of course, you also need to set the host profile in your build tool:
    CppApplication {
        // ...
        qbs.profile: "hostProfile"
    }


Christian


More information about the Qbs mailing list