Michael Dluhosch changed bug 1205863
What Removed Added
CC   michael.dluhosch@airbus.com

Comment # 3 on bug 1205863 from
I noticed the isse because we use in our application following symbol
"QQuickFramebufferObject::Renderer::framebufferObject const" which causes the
final binary to use the wrongly private tagged symbol 
"QQuickFramebufferObject::Renderer::framebufferObject()
const@@Qt_5.15.2_PRIVATE_API" This binary needs now to be recompiled with every
new update to the qt5declarative package. 
We currently have SP1 SP3 and SP4 systems, it would be nice if I could compile
on SP1 and just use the binary everywhere. This bug makes it impossible so I
tried to get it fixed so that we can at least use our SP4 binary when SP5
arrives.


You are receiving this mail because: