Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
3.3.0
-
882fe59a9 (dev)
Description
Describe the bug
After install the Qt Visual Tools 3.3.0.13, the MT/MTd option cannot take effect. It forces a static lib project to MD/MDd.
To Reproduce
- Create a static library project with Qt template.
- Change the option Runtime Library to Multi-threaded Debug (/MTd)
- Build the project.
- The output lib is MDd mode.
Expected behavior
The output lib is MTd mode.