The Qt5 libraries shipped with Qgis are only release. Debug Qt libraries are not included. It is proven, so no need to investigate more.
The solution should be : download Qt sources, compile them in debug then in release modes. Then, download Qgis sources and compile them too.
By this way, I would have all I need to compile MY application either fully in debug, or fully in release.