'qmake generates .vcxproj file with *d.lib suffix

We use qmake to generate .vcxproj file. The problem is that qmake adds *d.lib suffix to a library name - Qt5Webkitd.lib.

How to disable this behavior in debug mode?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source