summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Pastor <dg0yt@darc.de>2017-04-22 07:39:31 +0200
committerKai Pastor <dg0yt@darc.de>2017-04-23 19:29:59 +0000
commit54e4acdfe48446d3b1da374e3175e00d2cd88eb8 (patch)
tree497eef52b9a54cd2228f01f55d6e55da4acc6bcd
parentf155521639b9970effddca1244b98558ed4db70b (diff)
Raise the recommended CMake version to 3.1.0
Versions older than CMake 3.1.0 have limitations when used with Qt. Version 3.1.0 was selected to match the sections of the cmake-manual page. Task-number: QTBUG-60229 Change-Id: Idee4790be2fb52f1e391cc676792c065abefaec5 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-rw-r--r--doc/src/development/cmake-manual.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/development/cmake-manual.qdoc b/doc/src/development/cmake-manual.qdoc
index f88f4bfa0..9c74baa68 100644
--- a/doc/src/development/cmake-manual.qdoc
+++ b/doc/src/development/cmake-manual.qdoc
@@ -38,7 +38,7 @@
\c{CMake} is a 3rd party tool with its own \l{CMake Documentation}{documentation}.
The rest of this manual details the specifics of how to use Qt 5 with \c{CMake}.
- The minimum version required to use Qt5 is \c{CMake} 2.8.3, but 2.8.11 is recommended.
+ The minimum version required to use Qt5 is \c{CMake} 2.8.3, but 3.1.0 is recommended.
\section1 Getting Started