summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@qt.io>2019-11-22 16:31:04 +0100
committerCristian Adam <cristian.adam@qt.io>2019-11-25 12:32:17 +0000
commit6160abb4f8c72c5f7227d2527b69d992bc1afb50 (patch)
treee5c8753edd819aeb8e06f279575709fb2e7c3b72
parent4bf0105bacb5e948e1539809507e252d564d7e8f (diff)
downloadqt-creator-6160abb4f8c72c5f7227d2527b69d992bc1afb50.tar.gz
Documentation: Fix Ninja reference
Change-Id: I95967b62b46ebe08ac837c490c54f5f3fc24d443 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c96302bf47..d2a347e5ee 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,6 @@ Prerequisites:
* ActiveState Active Perl
* MinGW with g++ 5.3 or Visual Studio 2017 or later
* jom
- * Ninja (optional, needed for CMake)
* Python 3.5 or later (optional, needed for the python enabled debug helper)
* On Mac OS X: latest Xcode
* On Linux: g++ 5.3 or later
@@ -40,6 +39,7 @@ Prerequisites:
"Get LLVM/Clang for the Clang Code Model". The LLVM C++ API provides no compatibility garantee,
so if later versions don't compile we don't support that version.)
* CMake (for manual builds of LLVM/Clang, and Qt Creator itself)
+* Ninja (optional, recommended for building with CMake)
* Qbs 1.7.x (optional, sources also contain Qbs itself)
The installed toolchains have to match the one Qt was compiled with.