.exe file doesn’t start
-
Now I reinstalled QtCreator.
The projects which run in the command prompt are working but the GUI projects not.
The GUI doesn't show up.Someone an idea?
-
Hi there,
I am wondering why you installed only qt creator but not the whole suite?
Since in the creator was working, but it did not outside there must be probably something with the normal setup.
Speaking about the environment. Do you have an version of Qt installed? Or do you have an application using old Qt libs installed? However, you should see an error message then, but that might be a reason. -
you reinstall it
-
Sorry I meant i reinstalled the whole QtSDK kit
-
Push Push Push
Still got the problem! -
Yes, i got the same problem.
I have a desktop open gl project and i'm trying to deploy it for windows.
I copied all required .DLL files next to the .exe file. (Release build)
The program starts and runs fine on my workstations but only on machines which have Qt5 Desktop OpenGL(self compiled) installed!
Other machines (even those who have the normal Qt5.0.0 installed) wont start the program! It starts and stops again and you don't see anything. Sometimes one can see the window frame and then the application crashes... Do i miss smth.? -
@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