Workaround MSVC linker error when building for 64bits

This commit is contained in:
Mathew Sutcliffe
2015-04-06 15:16:34 +01:00
parent 3dfcbb10e9
commit 67c0ef8343

View File

@@ -72,6 +72,10 @@ contains(BLACK_CONFIG, ProfileRelease) {
}
}
# Needed to workaround C1128 error
# TODO check whether this is still needed after CValueObject refactoring
win32-msvc*: equals(WORD_SIZE,64): QMAKE_CXXFLAGS *= /bigobj
###########################
# No incremental build
###########################