Deployment error on Windows
-
Hello
I've tried to deploy my first QT Program an this didn't work.
Ich have tried the methode from the Guide link text but this doesn't work for me.
The error message i get is "Program can not be started, because QT5Core.dll is not installed on the computer. Please install the Program." or like this, because the error message is on german.
Could anybody help me with this Problem?
Thanks a lot
seprim -
Hi and welcome to the forums
Im a little bit unsure how your folder layouts actually looks
http://www.tripleboot.org/?p=138
is the subfolders directly next to .exe ?
-
hi @seprim
that wiki article is not the best to follow for deploying your application.I'll suggest the follwing, as you're on windows, use the windeployqt - tool it is easy to use, and in 90% off all cases does not need additional manuel intervention.
You'll finde the windeployqt.exe in your Qt-Installation folder. Beware, you may have more than 1 version of it, you need to use the one accompanying the Qt version you used to compile your application.
-
Hello
I have solved the problem.
it was not a problem with the windeployqt.exe but with the compiler. i used mingw and it caused a problem. after I switched to mvsc everything works.