On 11/25/20 4:22 PM, Thiago Macieira wrote:

What is the one generated in qtbase/lib/cmake/Qt6/qt.toolchain.cmake for?

There, we store information specific to the build of qtbase.
It's passed to CMake when you call qt-cmake / qt-configure-module to build further parts of Qt.

CMake allows only one toolchain file. To run above scripts with an additional toolchain file, pass -DQT_CHAINLOAD_TOOLCHAIN_FILE=<filepath>.


Cheers,

Joerg
_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to