build launches form within QtCreator but .exe cannot find Qt .dll s when launched from folder
-
I guess my issue is the Windows variant of https://forum.qt.io/topic/140177/qt-libraries-not-found-is-the-executable-is-copied-from-another-machine/15
I eventually want to let my build app get run on other machines.
What do i have to do?
"Execution cannot resume due to dll not found. Reinstallation of the program might solve this."
and when I copy over a lot of mentioned dlls (more mentioned after the 1st "OK"), i receive:
-
Hi,
Deploy your application using windeployqt. It should gather the required dependencies.
-
Thank you! This did it.
https://doc.qt.io/qt-6/windows-deployment.html
almost, the following 3 files I needed to copy from 6.4 bin additionally:
libgcc_s_seh-1.dll
libstdc++-6.dll
libwinpthread-1.dll -
You can open a feature request for that if there's none already (or vote for it if it already does).
-
-