CMake wants Qt6Cored.dll to link in Debug mode
Unsolved
Installation and Deployment
-
Hi,
When using the Debug build type on CMake, the linker wants the DLL named Qt6Cored.dll in Qt's bin directory.
I have Qt6Core.dll which I think is used on the Release build type. In Qt5 this dll exists, how do I do the same on Qt6 ?Thanks,
Regards -
@Daniel-Santos said in CMake wants Qt6Cored.dll to link in Debug mode:
how do I do the same on Qt6 ?
Install Qt6 with the online installer. Then the debug dlls should be installed too.