Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
[Solved]Built exe require windowplugind.dll to run, qt 5.3, windows 8.1
-
I want to run built exe on PC without installed qt, i found that exe required Qt5.3.2\5.3\mingw482_32\qml\QtQuick\Window.2\windowplugind.dll but in what folder should i copy this dll on PC without QT? if i copy to my exe folder it's not running.
-
Hi and welcome to devnet,
First thing before deploying, you should build your application in release mode.
Then you have this fine wiki "entry":http://qt-project.org/wiki/Deploy_an_Application_on_Windows that shows how to deploy a Qt application on Windows. You also have the official "deployment guide":http://qt-project.org/doc/qt-5/windows-deployment.html if you want to go in the more gory details.
-
Thanks, first link helps, i copy folder QtQuick and QtQuick.2 to exe folder and it works
-
You're welcome !
Since you deployed successfully now, please update the thread title prepending [solved] so other forum users may know a solution has been found :)