Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Qt Creator: CMAKE How to use Toolchain File
-
Hi,
When I manually build my project I use cmake and specify a toolchain file via the -DCMAKE_TOOLCHAIN_FILE=/pathtotoolchainfile argument. Is it possible to make QtCreator use the same toolchain file? If so, how?
-
@maxwell31 Add CMAKE_TOOLCHAIN_FILE variable to your CMake project settings. Projects/Build Settings/CMake