Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Out of scope
-
Affects Version/s: 5.9.8, 5.12.3
-
Fix Version/s: None
-
Component/s: Other
-
Labels:None
-
Environment:Windows 10 1903
Visual Studio 2019
Qt Creator 4.9.0
-
Platform/s:
Description
Hello! I want to report issues with projects statically compiled with Qt 5.9.8. I noticed, it broke a lot of code:
setCursor(Qt::PointingHandCursor);
is not working
C++ lambda works but has red underlines (as errors) even no errors are found.
Also, mouse hover on button using
setStyleSheet("QPushButton::hover {background-color: #556B2F;}");
method is not working.
And that's not all, after the project has been finally built I noticed that QLabel avatar is missing/displays artifacts. I attached the screenshots of the issues.
For example, all works well with Qt 5.9.8 statically built with Visual Studio 2017 and no such issues occurs.
Updated: The same problem exists with the Qt shared built with VS 2019. Thank you.