Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
error executing the *.exe file
-
Hi,
My debug version of the software is working. I complied and run the release version and then tried to open
.exe
file in the release folder but it gives me following error:Is there a workaround to this issue other reinstalling?
-
@viniltc
The debug version may be usingQt5Svgd.dll
--- note the extrad
--- and so be working. Have a look around and see where that might be, isQt5Svg.dll
not present in the same or similar location?EDIT To deploy an application "properly", follow @VRonin's answer below.
-
You need to deploy it, windeployqt is all you need really: https://doc.qt.io/qt-5/windows-deployment.html#the-windows-deployment-tool