ST25R3916DiscoComm.lib/.h/.dll: Qt5SerialPortd.dll is missing.
I am trying to use the ST25R3916DiscoComm.lib/.h/.dll in a QT project that were installed as a part of ST25R3916DiscoComm GUI application. I am able to use all these 3 files from within QT Creator (meaning that my program works well when launched from QT Creator with the release target, MSVC 2019 32-bit). However when I deploy the program I am getting an error indicating that Qt5SerialPortd.dll is missing. The emphasis here is the 'd' following Qt5SerialPort. I suspect that the *.lib supplied was built for a debug target (?). I am not sure what the problem is here. Any help is greatly appreciated.
