aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 17 insertions, 4 deletions
diff --git a/README.md b/README.md
index 896d2e8b71..a686b0c681 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
# Qt Creator
-Qt Creator is a cross-platform IDE for development with the Qt framework.
+Qt Creator is a cross-platform, integrated development environment (IDE) for
+application developers to create applications for multiple desktop, embedded,
+and mobile device platforms.
## Supported Platforms
@@ -19,13 +21,13 @@ https://wiki.qt.io/Setting_up_Gerrit
See the following page for information about our coding standard:
-https://doc-snapshots.qt.io/qtcreator-extending/coding-style.html
+https://doc.qt.io/qtcreator-extending/coding-style.html
## Compiling Qt Creator
Prerequisites:
-* Qt 5.11.0 or later
+* Qt 5.12.0 or later
* Qt WebEngine module for QtWebEngine based help viewer
* On Windows:
* ActiveState Active Perl
@@ -89,7 +91,7 @@ For detailed information on the supported compilers, see
for example, `c:\work`. If you plan to use MinGW and Microsoft Visual
Studio simultaneously or mix different Qt versions, we recommend
creating a directory structure which reflects that. For example:
- `C:\work\qt5.11.0-vs15, C:\work\qt5.11.0-mingw`.
+ `C:\work\qt5.12.0-vs15, C:\work\qt5.12.0-mingw`.
4. Download and install Perl from <https://www.activestate.com/activeperl>
and check that perl.exe is added to the path. Run `perl -v` to verify
@@ -439,6 +441,17 @@ we thank the authors who made this possible:
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
+### Implementation for std::span
+
+ https://github.com/tcbrindle/span
+
+ QtCreator/src/libs/3rdparty/span
+
+ Copyright Tristan Brindle, 2018
+
+ Distributed under the Boost Software License, Version 1.0.
+ (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
+
### Open Source front-end for C++ (license MIT), enhanced for use in Qt Creator
Roberto Raggi <roberto.raggi@gmail.com>