Skip to content

Fix dolphinplugins Qt6 build

Bart Ribbers requested to merge work/bart/fix-build into master

It uses QStringRef which is now a porting aid for porting away from Qt5. Because of this we need to link to Core5Compat

https://doc.qt.io/qt-6/qstringref.html

Merge request reports