-
C:\Qt\6.0.2\mingw81_64\lib\cmake\Qt6Core\Qt6CoreMacros.cmake:468: error: Unknown CMake command "qt6_android_apply_arch_suffix". C:/Qt/6.0.2/mingw81_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:437 (_qt_internal_create_executable) C:/Qt/6.0.2/mingw81_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:487 (qt6_add_executable) CMakeLists.txt:41 (qt_add_executable)
Its the default cmake config
-
Hi,
Why are you trying to compile for Androïd with the MinGW build of Qt ?
-
I actually installed MinGW today so its not the problem
Why do you ask?
it build successfully without ANDROID variable, but when i set ANDROID to ON it fails to make cache -
Because Android has its own build and requirements that have nothing to do with the MinGW build of Qt.
-
Oh sorry i forgot to check the Android box
well, thx for the help anyway