summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2014-06-25 15:13:45 +0200
committerThomas Hartmann <Thomas.Hartmann@digia.com>2014-06-25 16:54:21 +0200
commit0f8251e133d0b7e6710cd251991d35ca803a16ad (patch)
treed3bbc80fd46302b2231a843c50cec2eb0d8b8944 /README
parenta7b882315d961740fc5e34df754d2b40f9e8fe8a (diff)
downloadqt-creator-0f8251e133d0b7e6710cd251991d35ca803a16ad.tar.gz
QmlDesigner: Skip QmlDesigner for Qt < 5.3
Otherwise it will not build because it requires QQuickWidget. Change-Id: Idbe40355af3ca3507268e7d002b04e76d90c45b1 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index ae411270f5..ebc8a6c03c 100644
--- a/README
+++ b/README
@@ -12,7 +12,9 @@ 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, QML Profiler, and the WinRT and Qbs support are disabled.
+QML Profiler, and the WinRT and Qbs support are disabled.
+The Qt Quick Designer can only be compiled with Qt 5.3.1 or later , because
+it requires QQuickWidget.
Compiling Qt Creator
====================