Unit-tests: Fix the debug build with MSVC

Change-Id: I99fd6db6406b088cab0538b07cd20ca1427a5f71
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Ivan Donchevskii
2019-02-19 12:43:37 +01:00
parent 0f8612f20f
commit d3ceb9ce62

View File

@@ -33,6 +33,7 @@ CONFIG(release, debug|release):QMAKE_LFLAGS += -Wl,--strip-debug
}
gcc:!clang: QMAKE_CXXFLAGS += -Wno-noexcept-type
msvc: QMAKE_CXXFLAGS += /bigobj
# create fake CppTools.json for the mime type definitions
dependencyList = "\"Dependencies\" : []"