Skip to content

Fix linking with QT_NO_SHAREDMEMORY

Volker Krause requested to merge work/vkrause/qt-no-sharedmem-pt2 into master

The define comes from Qt headers, so we need to include those before testing for that.

We hit this conditions with Qt 6.6 on Android.

Merge request reports