[Interest] unresolved external symbol qt_static_plugin_QModernWindowsStylePlugin
Nuno Santos
nuno.santos at imaginando.pt
Tue Nov 19 19:31:17 CET 2024
Hi Thiago,
Thanks for your reply.
Since Qt 6.7 onwards I’ve been having an issue linking with this.
Actually on Qt 6.7, it was with qwindowsvistastyle and now in Qt 6.8.0 is with qmodernwindowsstyle.
I always deploy with a custom static build of Qt. The issue is while deploying standalone application, it fails to link with this lib. I have to manually add the library to the .pro in order to get the application built.
I believe this is a bug but haven’t find the time to reproduce it in a small Qt example.
Does this ring any bell?
Thanks!
Nuno
> On 19 Nov 2024, at 16:10, Thiago Macieira <thiago.macieira at intel.com> wrote:
>
> On Tuesday 19 November 2024 04:54:10 Pacific Standard Time Nuno Santos via
> Interest wrote:
>> Hi,
>>
>> Does anyone know what’s the qml import that drivers the inclusion of the
>> plugin QModernWindowsStylePlugin on windows?
>
> None, it's not a QML import.
>
> It's a regular plugin, named qmodernwindowsstyle.
>
> --
> Thiago Macieira - thiago.macieira (AT) intel.com
> Principal Engineer - Intel DCAI Platform & System Engineering
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> https://lists.qt-project.org/listinfo/interest
More information about the Interest
mailing list