How to deploy QQuickWidget with Particles
Unsolved
Installation and Deployment
-
I have a QML module which used particle system. I use it in 2 cases:
- As QQuickView: when I deploy it by windeployqt tool, everything is ok, it works correctly on other computer. ->successful
- As QQuickWidget: when I deploy it by windeployqt tool, nothing appears on other computer, just a blank window. ->not successful
I think this problems occurs when I use Particle effects in my QML module, because when I remove all Particle then it worked (but this is not what I want).
I hope everybody would give me an advice to be able to deploy this QML project.P/s: my English skill is not good, hope everyone understanding ~.~