You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake Warning at /home/user/Ubuntu_X11_Build_Qt_widgets/Qt_themself/build_artifacts_host_powerfull/lib/cmake/Qt6/qt.toolchain.cmake:56 (message):
The toolchain file to be chainloaded '../toolchain_host.cmake' does not exist.
Looks like instead of -DCMAKE_TOOLCHAIN_FILE=../toolchain_host_powerfull.cmake
Should be -DCMAKE_TOOLCHAIN_FILE="${MyQtBaseDir}/toolchain_host_powerfull.cmake"
The text was updated successfully, but these errors were encountered:
To avoid error like
Looks like instead of
-DCMAKE_TOOLCHAIN_FILE=../toolchain_host_powerfull.cmake
Should be
-DCMAKE_TOOLCHAIN_FILE="${MyQtBaseDir}/toolchain_host_powerfull.cmake"
The text was updated successfully, but these errors were encountered: