Qt 5.7.0 Android - error "Qt requires C++11 support"
Unsolved
Mobile and Embedded
-
Since updating to Qt 5.7.0, I can't properly compile for Android anymore.
Qt throws:
"C:\QtE\5.7\android_armv7\include\QtCore\qbasicatomic.h:61: error: #error "Qt requires C++11 support""
My .pro file contains:
CONFIG += c++11 CONFIG += c++14
I have installed Android ARMv7 toolchain and MinGW 5.3.0 and 4.9.2 all via the Qt Installer.
Thanks in advance!
-
Did you rerun qmake after adding CONFIG += c++11?
What is the compiler version for Android? -