diff --git a/QGCCommon.pri b/QGCCommon.pri index 8f5c5fc98446460f89970af4dbe6e3996d07c535..d1f430cc8be9ebd309484c4dc253af5e26649606 100644 --- a/QGCCommon.pri +++ b/QGCCommon.pri @@ -166,13 +166,6 @@ LinuxBuild { WindowsBuild { DEFINES += __STDC_LIMIT_MACROS - # Specify multi-process compilation within Visual Studio. - # (drastically improves compilation times for multi-core computers) - !jombuild { - message("When using jom/QtCreator please add CONFIG+=jombuild to your project build settings") - QMAKE_CXXFLAGS_DEBUG += -MP - QMAKE_CXXFLAGS_RELEASE += -MP - } } #