Skip to content

Try to fix Android build

Make constexpr std::arrays in QXmppUri only const, the Android toolchain is not ready for it. With proper toolchains, it should still be treated the same, since functions called in the initialization are still constexpr.

Merge request reports