qt-opensource-windows-x86-5.14.2.exe
Unsolved
General and Desktop
-
when install this version,at install path mingw73_32,don't find such files,such as Qt5cored.dll,just have Qt5core.dll.
-
@zhuhongfei said in qt-opensource-windows-x86-5.14.2.exe:
Qt5cored.dll
is the version ofQt5core.dll
compiled for debug. I guess the binary download does not include it? And I'm not sure what you are doing which would look for debug version of the Qt5 library DLLs. -
MinGW no longer differentiates between debug and release builds, as MSVC needs to do. So the DLLs for debug and release are the same (without 'd').
Regards
-
@aha_1980
Ah ha (so to speak)! In that case, @zhuhongfei needs to explain what it is he is doing from a MinGW build which requiresQt5cored.dll
? Is it possible he is doing something only to do with MSVC?
1/4