Skip to content

Fix Android build of gloox-extensions

Ilya Bizyaev requested to merge fix/android-gloox-extensions into master

Android NDK does not include multiple string functions like stol(), stoi(), to_string() etc. As we have now decided to switch to QXmpp in the future, we no longer have to care about Qt includes in src/gloox-extensions, so using QString conversion methods as a workaround.

Merge request reports