Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Qt 5.4 with Visual Studio 2013 - QtCored.dll missing

Each time I reopen my solution in Visual Studio 2013 ultimate and start debugging, I get:

The program can't start because Qt5Cored.dll is missing from your computer. Try reinstalling the program to fix this program.

Rebuild Build->Project Only->Link Only solves the problem. I have 3 non-Qt projects in my solution, statically linked with the 4th Qt Application project. I'm using msvc2013_opengl x86 build. Have any of you experienced this before? Should you need more information, please ask.

Thank you in advance.

like image 985
LogicStuff Avatar asked Jan 28 '26 03:01

LogicStuff


1 Answers

use

PATH=%QTDIR%\bin;%PATH%; 

following wont work

PATH=$(QTDIR)\bin;$(PATH); 
like image 55
dudeking Avatar answered Jan 30 '26 16:01

dudeking



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!