diff options
author | Kai Koehne <kai.koehne@qt.io> | 2016-06-14 09:45:00 +0200 |
---|---|---|
committer | Liang Qi <liang.qi@qt.io> | 2016-07-04 07:39:50 +0000 |
commit | 828c7e9e4e231ba01d5f72f8d2268d234a642741 (patch) | |
tree | 9e23d4bbe4ab51eb5378c591ca779c7f8ea924c4 /README | |
parent | f7ef3ff7f01f937a962f997d2a3856acd0e647b8 (diff) | |
download | qt5-828c7e9e4e231ba01d5f72f8d2268d234a642741.tar.gz |
README: Qt 5.7 requires C++11 compliant compiler
Task-number: QTBUG-54084
Change-Id: I127fe637791f05f8310988a4c09fc9584e194f53
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |