Deployed application crashes with QtQuick.Particles
-
Hi,
my deployed application (deployed using windeploy.exe) outputs "QQmlComponent: Component is not ready" on a qml component importing QtQuick.Particles 2.0 (once the component doesn't import particles then everything is ok).Also, everything is OK if the application is launched via QtCreator. I guess some Qt Quick dependency is missing but I don't have a clue which one.
I tried to copy Qt5QuickParticles.dll to the folder with my exe but it doesn't help.
I use Qt 5.6 on Win 10.
-
Hi,
my deployed application (deployed using windeploy.exe) outputs "QQmlComponent: Component is not ready" on a qml component importing QtQuick.Particles 2.0 (once the component doesn't import particles then everything is ok).Also, everything is OK if the application is launched via QtCreator. I guess some Qt Quick dependency is missing but I don't have a clue which one.
I tried to copy Qt5QuickParticles.dll to the folder with my exe but it doesn't help.
I use Qt 5.6 on Win 10.
I had to manually copy Qt5QuickParticles.dll and QtQuick\Particles.2 folder to my deploy folder.
Reported as bug: https://bugreports.qt.io/browse/QTBUG-54349