Skip to content

Drop lib prefix when building for Windows (MinGW)

Julius Künzel requested to merge work/lib-prefix-win into master

QQmlImportDatabase::resolvePlugin doesn't accept lib prefixes under Windows, causing to fail to import when using as a dynamic plugin.

Inspired by kirigami!34 (merged)

I test this with Kirigami

@cblack @ahiemstra

Edited by Julius Künzel

Merge request reports