I am using this library inside my Qt Project for Android. I am using Qt Creator and everything builds fine in Linux and I am able to run the program on my desktop without problems. However, when I try to compile the project for Android then I get errors like:
'to_string' is not a member of 'std' 'strtof' ist not a member of 'std' etc.
I know this is related to the NDK having issues with C++11. Is there any solution to make this work with Qt? I know in Android Studio is possible to edit the Application.mk, but is there any solution for Qt?
I am aware that this might not be an issue with the library itself, but wondering if there is someone that could help me solve this.
I am using this library inside my Qt Project for Android. I am using Qt Creator and everything builds fine in Linux and I am able to run the program on my desktop without problems. However, when I try to compile the project for Android then I get errors like:
'to_string' is not a member of 'std' 'strtof' ist not a member of 'std' etc.I know this is related to the NDK having issues with C++11. Is there any solution to make this work with Qt? I know in Android Studio is possible to edit the
Application.mk, but is there any solution for Qt?I am aware that this might not be an issue with the library itself, but wondering if there is someone that could help me solve this.