Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
1.7.1
-
None
-
* Qbs from QtCreator 4.2.1
* MSVC 2015
-
6deab2a10313ea7a7cf5ebb1be56384f5bc71368
Description
Trying to Run the project, generated for the Visual Studio, get fails, as the Qt runtime libraries are not mentioned in VS-project files. There are mentioned only the Qt header files.
I got following messagebox like this:
The program can't start because Qt5Cored.dll is missing from your computer... ....
Seems, need to generate a path to the Qt binaries into:
"Configuration Options" -> "Debugging" -> "Environment" as "PATH=c:\Qt-meta\5.7\msvc2015\bin;%PATH%"
or something else.