Mention workaround about Qt bug 54666

This commit is contained in:
Kakadu 2018-07-21 19:15:30 +03:00 committed by GitHub
parent 7a0a89132c
commit 71f40117c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,6 +203,19 @@ add_qt_android_apk(my_app_apk my_app
INSTALL
)
```
## Troubleshooting
In case of
```
-- Configuring done
CMake Error in CMakeLists.txt:
No known features for CXX compiler
"GNU"
version 4.9.
```
see [Qt bug 54666](https://bugreports.qt.io/browse/QTBUG-54666) for details.
## Contact