-
-
Notifications
You must be signed in to change notification settings - Fork 22
Conversation
Thanks @wonder-sk Happy to merge if it helps. |
I have few more changes in recipes pending... stay tuned :-) |
By the way, how do you mean Qt 5.7 no longer compiles with gcc? Qt project ships 5.7 for armv7 and if I understand correctly it is built with g++ |
I didn't manage with a quick test (errored out on C++11 features), I think the gcc version shipped with the NDK is just very, very old. |
Got such problem too, but it's obviously just something dodgy with Qt5.7 vs cmake. How to fix it - in Qt/5.7/android_armv7/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake Replace this line:
By this one:
https://bugreports.qt.io/browse/QTBUG-54666 |
Thanks for the hint, will try next week! |
@m-kuhn Ready to me merged... everything builds for me (NDK 12 + Qt 5.7 with the patch above) |
Nice! On 23/09/16 08:33, Martin Dobias wrote:
|
Hmmm I don't really dare to try that: 1. it is something deep inside Qt5's cmake config, 2. it may just go away with a different combination of cmake/qt versions 3. android.toolchain should be generic config without special Qt stuff |
android.toolchain is a collection of hacks and poorly implemented, there On 23/09/16 09:13, Martin Dobias wrote:
|
Thanks, good stuff! Were you able to compile QGIS as well? I had trouble with the GCC version check here which failed so it was compiled without C++11 but it worked if I removed the check (and I wonder if we could just require C++11 on QGIS anyway to "fix" this). |
Yeah QGIS 2.14 compiled just fine for me - I didn't encounter any problem with GCC version check... |
No description provided.