The program can't start because qtcore4.dll is missing from your computer
-
Hello,
I have just created a small QT program and it runs inside the IDE very well. But, whenever I try to run it using the exe file, I get the error
bq. the program can't start because QtCore5.dll is missing from your computer. Try reinstalling the program to fix the problem
My question is, why is this? How can I get rid of this? I am using QT Creator version 2.6.0, BASED ON QT VERSION 5.0.0 32 bit. It is the latest QT IDE which works with VS 2010 compiler.
Please help!
-
Please consult the "deployment guide":http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html.
You need to copy the DLLs into your app's root directory. This is standard behaviour on Windows.
-
I wonder if this will help you out,but I simply solved my issue by doing a simple step. Deleted the app which was associated with this pop-up message. Then: I Opened up Task Manager,clicked on the Start Up tab,and simply disabled "daemon". Since I did this, I don't see that pop-up message in my start-up screen. I have Windows 8, by the way.
-
Hi,
this "video":http://www.youtube.com/watch?v=X1BsPQue5-k might help.