summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-12-30 14:01:32 (GMT)
committerCasper van Donderen <casper.vandonderen@nokia.com>2011-12-30 14:01:32 (GMT)
commitdd38c73dd4906d1ee32fc89be2fb072f50b01ee6 (patch)
treecfe02c696bf24d47ee3a2670ed804e0e87120569 /tools/qdoc3
parentf99c17ef12c69990efb9eb18c1e83b91e07fe0ac (diff)
downloadQt-dd38c73dd4906d1ee32fc89be2fb072f50b01ee6.zip
Qt-dd38c73dd4906d1ee32fc89be2fb072f50b01ee6.tar.gz
Qt-dd38c73dd4906d1ee32fc89be2fb072f50b01ee6.tar.bz2
Also correctly apply stack size difference in MSVC2008
The quotes around the stack size are not parsed correctly in MSVC2008, MSVC2010 accepts both the version with and without quotes.
Diffstat (limited to 'tools/qdoc3')
-rw-r--r--tools/qdoc3/qdoc3.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qdoc3/qdoc3.pro b/tools/qdoc3/qdoc3.pro
index 254ba92..74a5fe0 100644
--- a/tools/qdoc3/qdoc3.pro
+++ b/tools/qdoc3/qdoc3.pro
@@ -15,9 +15,9 @@ qdoc_bootstrapped {
CONFIG -= debug_and_release_target
}
-# Increase the stack size on MSVC to 4M to avoid a stack overflow
+# Increase the stack size on MSVC to 4M to avoid a stack overflow
win32-msvc*:{
-    QMAKE_LFLAGS += /STACK:\"4194304\"
+ QMAKE_LFLAGS += /STACK:4194304
}
!isEmpty(QT_BUILD_TREE):DESTDIR = $$QT_BUILD_TREE/bin