Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
Qt Creator 4.5.0-rc1
-
None
-
mingw53_32 & msvc2015_64, Windows 10 (version 1709 build 16299.64)
Description
With Qt Creator 4.5.0-rc1, if I open any Qt 5.10.0-rc3 examples, they don't run out of the box. Project -> Run -> Environment shows a PATH starting with "C:\Qt\5.10.0\msvc2015_64\lib". If I replace that with "C:\Qt\5.10.0\msvc2015_64\bin", the app runs.
Same problem with MinGW. The run environment contains PATH=C:\Qt\5.10.0\mingw53_32\lib, but missing C:\Qt\5.10.0\mingw53_32\bin where the DLLs are.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-19400 Could not start process "windeployqt.exe"
- Closed