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.
use
PATH=%QTDIR%\bin;%PATH%;
following wont work
PATH=$(QTDIR)\bin;$(PATH);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With