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