summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/scion/scion.pro1
-rw-r--r--tests/tests.pro2
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/scion/scion.pro b/tests/auto/scion/scion.pro
index 408c94a..ffdc619 100644
--- a/tests/auto/scion/scion.pro
+++ b/tests/auto/scion/scion.pro
@@ -28,6 +28,7 @@ defineReplace(nameTheClass) {
win32 {
QSCXMLC_DEP=$$[QT_HOST_BINS]/qscxmlc.exe
QSCXMLC_CMD=$$QSCXMLC_DEP -no-c++11
+msvc: QMAKE_CXXFLAGS += /bigobj
} else {
QSCXMLC_DEP=$$[QT_HOST_BINS]/qscxmlc
QSCXMLC_CMD=$$QSCXMLC_DEP
diff --git a/tests/tests.pro b/tests/tests.pro
index 5a6e545..d1b99ec 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,4 +1,4 @@
TEMPLATE = subdirs
CONFIG += no_docs_target
-!msvc:SUBDIRS += auto
+SUBDIRS += auto