From 34570b691386ce4bb9b6c1aa2709f92d391c4624 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Thu, 22 Oct 2015 12:40:58 -0700 Subject: [PATCH] QtCreator now default build environment --- QGCCommon.pri | 7 ------- 1 file changed, 7 deletions(-) diff --git a/QGCCommon.pri b/QGCCommon.pri index 8f5c5fc98..d1f430cc8 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 - } } # -- 2.22.0