Qt 6.11 is out! See what's new in the release
blog
Error: thumb conditional instruction should be in IT block - on ARM
-
I'm sure you pasted the error message to Google and in a second found for example this:
"Compilation error on ARMv7 with -mthumb"
https://gmplib.org/list-archives/gmp-bugs/2013-July/003095.html...which gives you the idea that the compiler directives should be changed.
-
I'm sure you pasted the error message to Google and in a second found for example this:
"Compilation error on ARMv7 with -mthumb"
https://gmplib.org/list-archives/gmp-bugs/2013-July/003095.html...which gives you the idea that the compiler directives should be changed.