diff --git a/mkspecs/features/common_pre.prf b/mkspecs/features/common_pre.prf index 2a4ecda0f..23c006466 100644 --- a/mkspecs/features/common_pre.prf +++ b/mkspecs/features/common_pre.prf @@ -47,6 +47,12 @@ CONFIG += c++11 include(wordsize.pri) +################################ +# Multithreaded build in VS IDE +################################ + +contains(TEMPLATE, "vc.*"): QMAKE_CXXFLAGS *= /MP + ################################ # Profile build ################################