aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Donchevskii <ivan.donchevskii@qt.io>2019-02-19 12:43:37 +0100
committerIvan Donchevskii <ivan.donchevskii@qt.io>2019-02-19 15:22:04 +0000
commitd3ceb9ce622be629b5a02678c7d4d0c768d34245 (patch)
treef7ad989372dc0d7320b07032ecad6d078ff50984
parent0f8612f20fba99c8dddbdd1d089756dca0255d9f (diff)
Unit-tests: Fix the debug build with MSVC
Change-Id: I99fd6db6406b088cab0538b07cd20ca1427a5f71 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
-rw-r--r--tests/unit/unittest/unittest.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/unittest/unittest.pro b/tests/unit/unittest/unittest.pro
index 634a0a0e2b..e3c9430acf 100644
--- a/tests/unit/unittest/unittest.pro
+++ b/tests/unit/unittest/unittest.pro
@@ -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\" : []"