I have compiled the Qt 5.9.8
shared with Visual Studio 2019
. Now it compiles properly, but the issues with the code still exists:
Image:
And the button hover
doesn't work. At first it was with the static build, but the same issue is present with shared also: https://bugreports.qt.io/browse/QTBUG-75280
It seems that the problem is only with graphics when Qt 5.9.8
built with VS 2019
, but I can't confirm it. Has anyone check it or any ideas how to fix it? Is it the problem with Qt
or VS 2019
? Thanks.