summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-02-17 11:13:18 +0100
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-02-24 12:13:10 +0000
commitf4aee241f46aefe6bc775a1d0fc061ff6d088c57 (patch)
tree4b37cdb3ba6403976c3e5ec7fe2a7e5365bd3c00 /tests
parent5a102eb603f27bd5f2df708d4d8ba102a67c9e8d (diff)
Enable tst_scion for MSVC.
Add option /bigobj to fix error: tscxml\tests\auto\scion\tst_scion.cpp : fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj Task-number: QTBUG-51144 Change-Id: Ib89f227388ce264315b98b1486bda1de6d5acb52 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
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