aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-06-14 09:45:00 +0200
committerLiang Qi <liang.qi@qt.io>2016-07-04 07:39:50 +0000
commit828c7e9e4e231ba01d5f72f8d2268d234a642741 (patch)
tree9e23d4bbe4ab51eb5378c591ca779c7f8ea924c4
parentf7ef3ff7f01f937a962f997d2a3856acd0e647b8 (diff)
README: Qt 5.7 requires C++11 compliant compiler
Task-number: QTBUG-54084 Change-Id: I127fe637791f05f8310988a4c09fc9584e194f53 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 7781f47b..e0ed2d4f 100644
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ HOW TO BUILD QT5
- Perl 5.8 or later
- Python 2.7 or later
- - C++ compiler supporting the C++98 standard
+ - C++ compiler supporting the C++11 standard
For other platform specific requirements,
please see section "Setting up your machine" on: