Skip to content

Fix: Crash on iOS due to LMDB library

Martin Hoeher requested to merge fix-crash-on-ios-with-cmake-build into development

This hopefully fixes the crash on real iOS devices. There was a fix applied in the QLMDB library some time ago - however, only in the qmake based build. This change updates the included version of QLMDB to a release, which also includes the fix for the cmake based build.

Merge request reports