Deploying Qt Quick Application Windows
-
I have tried 2 days to deploy my qml application with qt 5.4 MinGW. The main file is using Qt Quick 2.3 and layer propoerty for acceleration animation with OpenGL, I have buid release, I have used windeployqt, but the application didn't started, i have copied all .dll from bin folder and It started on computers with Qt installed but not in computers without Qt. I already have copied qml folder and platform folder contains and don't help.
What I need to do?
-
Hi @Lixcode, and welcome to the Qt Dev Net!
Follow the instructions at https://wiki.qt.io/Deploy_an_Application_on_Windows -- see the section called "Initial deployment (Quick and dirty)"