.exe file doesn’t start
-
okey i found a solution.
- place all the dll's the program is asking for in your directory
- place LibEGL.dll in your directory
- create a new folder named "platforms"
- place "qminimal.dll" and "qwindows.dll" in that folder
start your exe
-
@broinel Yeah u're right. And if anyone is wondering where to find those .dll files, u will find it on "bin" and "plugins" folder of qt installation directory.
@Giver_Kdk thats a very old thread here, and copying dll's by hand is usually the wrong and error prone way to deploy your qt application.
Qt offers - officially - for Windows the
windeployqt
tool and for macOSmacdeployqt
tool:
https://doc.qt.io/qt-5/windows-deployment.html
https://doc.qt.io/qt-5/macos-deployment.html#macdeployfor linux, you actually have to do it by hand
https://doc.qt.io/qt-5/linux-deployment.html
or use the unofficial linuxdeployqt tool
https://github.com/probonopd/linuxdeployqt