Commit 1241fee7 authored by Lorenz Meier's avatar Lorenz Meier

Merge pull request #191 from Susurrus/mp

Enable parallelized compilation on Windows
parents fb905b6e 42d95c19
...@@ -269,6 +269,11 @@ win32-msvc2008|win32-msvc2010 { ...@@ -269,6 +269,11 @@ win32-msvc2008|win32-msvc2010 {
message(Building for Windows Visual Studio 2010 (32bit)) message(Building for Windows Visual Studio 2010 (32bit))
} }
# Specify multi-process compilation within Visual Studio.
# (drastically improves compilation times for multi-core computers)
QMAKE_CXXFLAGS_DEBUG += -MP
QMAKE_CXXFLAGS_RELEASE += -MP
# QAxContainer support is needed for the Internet Control # QAxContainer support is needed for the Internet Control
# element showing the Google Earth window # element showing the Google Earth window
CONFIG += qaxcontainer CONFIG += qaxcontainer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment