Re: [Development] Static build with QtQuick in Qt5.1.0

2013-05-20 Thread Mediator Software
Hi, The issue with static builds and QtQuick are many, apart from the issues mentioned in the bug report (ie. need to statically 'load' plugin, need to register plugin types), there is an additional problem that the static initialiser(s) used to set up the QML types are optimised out by the lin

[Development] Static build with QtQuick in Qt5.1.0

2013-05-19 Thread Christoph Kurz
Hi, I just tried to build a Qt application with a statically linked Qt5.0.1, but it failed to execute because of this bug: https://bugreports.qt-project.org/browse/QTBUG-28357 Then I tried the latest 5.1.0 - Beta, but with the same result. My question is: Will this be fixed in the 5.1.0 - release?