Commit 42d95c19 authored by Bryant's avatar Bryant

Enabled multi-core compilation of QGC within Visual Studio.

parent 8d0f9620
......@@ -268,6 +268,11 @@ win32-msvc2008|win32-msvc2010 {
win32-msvc2010 {
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
# element showing the Google Earth window
......
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