summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2014-03-06 14:17:40 +0100
committerEike Ziller <eike.ziller@digia.com>2014-03-07 11:37:01 +0100
commit59a026594b225fc9e6fd8d4ffa6ee128bf3349ed (patch)
treed560fe587892912bb8d2a299361c9022ef2b5d97 /README
parentc86e2872840150fd4d6ab79cda1cdf7fe7aa88eb (diff)
downloadqt-creator-59a026594b225fc9e6fd8d4ffa6ee128bf3349ed.tar.gz
Disable Qbs support when compiling with Qt4
Enabling C++11 for compiling the Qbs library gets pretty complicated with Qt4. Mixing is not advisable (at least not on OS X where a different stdlib is used in that case). Change-Id: Ibad56dcf41bfed61f4d8ec8eb46c980768f24faf Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 535a44a0c4..8d8e88d0d3 100644
--- a/README
+++ b/README
@@ -12,7 +12,7 @@ Mac OS X 10.7 or later
Building the sources requires Qt 5.2.0 or later.
It is also possible to build with Qt 4.8.x, but in that case the Welcome mode,
-Qt Quick Designer and QML Profiler are disabled.
+Qt Quick Designer, QML Profiler and Qbs support are disabled.
Compiling Qt Creator
====================