summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/win32/msvc_mp.prf
Commit message (Collapse)AuthorAgeFilesLines
* Add option to enable -MP compile option for MSVCMarius Storm-Olsen2010-09-021-0/+2
The option is on when building Qt, but off by default for other projects, due to potential incompatible compile options in other projects. (/E, /EP, /Gm, /Yc, /showIncludes, #import preprocessor directive) Reviewed-by: bhughes Reviewed-by: ossi