summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/src/platforms/supported-platforms.qdoc6
-rw-r--r--tools/qdoc3/qdoc3.pro5
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/src/platforms/supported-platforms.qdoc b/doc/src/platforms/supported-platforms.qdoc
index a3fc390..55ba94b 100644
--- a/doc/src/platforms/supported-platforms.qdoc
+++ b/doc/src/platforms/supported-platforms.qdoc
@@ -416,9 +416,11 @@
\o Compilers
\row \o Ubuntu Linux 10.04 (32-bit)
\o As provided by Ubuntu
+ \row \o Microsoft Windows XP SP3 (32-bit)
+ \o MSVC 2008
\row \o Microsoft Windows 7 (32-bit)
\o MSVC 2008
- \row \o Microsoft Windows 7 (64-bit)
+ \row \o Microsoft Windows 7 (32-bit)
\o MSVC 2010 SP1
\row \o Apple Mac OS X 10.6 "Snow Leopard" (64-bit)
\o As provided by Apple
@@ -440,6 +442,8 @@
\o As provided by Ubuntu
\row \o Ubuntu Linux 10.04 (32-bit)
\o Intel Compiler [version 12]
+ \row \o Apple Mac OS X 10.6 "Snow Leopard" Cocoa (32-bit)
+ \o As provided by Apple
\endtable
\section1 Tier 3 Platforms (Not Supported by Nokia)
diff --git a/tools/qdoc3/qdoc3.pro b/tools/qdoc3/qdoc3.pro
index bb5ff83..254ba92 100644
--- a/tools/qdoc3/qdoc3.pro
+++ b/tools/qdoc3/qdoc3.pro
@@ -15,6 +15,11 @@ qdoc_bootstrapped {
CONFIG -= debug_and_release_target
}
+# Increase the stack size on MSVC to 4M to avoid a stack overflow
+win32-msvc*:{
+    QMAKE_LFLAGS += /STACK:\"4194304\"
+}
+
!isEmpty(QT_BUILD_TREE):DESTDIR = $$QT_BUILD_TREE/bin
#CONFIG += debug
build_all:!build_pass {