Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.3.0 Alpha, 5.3.0 RC1, 5.3.0
-
VS2010, -static, Windows 7.
Description
ColorAnimation (and possibly other animation types) does not display interpolated intermediate values when Qt is built statically. In the example below, the color of the object pops between red and green but does not display any in-between colors. If I rebuild using shared linking, the problem goes away. Tested on Visual Studio 2010, Windows 7.
Rectangle { SequentialAnimation on color { id: blinkAnim running: selected ColorAnimation { to: "red"; duration: 1000 } ColorAnimation { to: "green"; duration: 1000 } loops: Animation.Infinite } }
Attachments
For Gerrit Dashboard: QTBUG-37341 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
87634,3 | Fix animations in static builds | 5.3 | qt/qtbase | Status: MERGED | +2 | 0 |