CMake: Update the README regarding the minimum cmake version required
The minimum required CMake version to build Qt on any platform is 3.16.0 at the moment. That's the first version that ships the implementation-specific AutogenInfo.json files, which we parse to implement the Qt moc --collect-json functionality. Change-Id: I6160cd74fa228aa330f4c1e512ffb766afc5f8a3 Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>bb10
parent
f46c11989a
commit
1ef8470c80
|
|
@ -6,8 +6,7 @@ Other repositories are ported, but not under CI control yet.
|
|||
Some libraries, tests and examples are still missing.
|
||||
|
||||
Note:
|
||||
You need CMake 3.15.0 or later for most platforms.
|
||||
You need CMake 3.16.0 to build Qt for iOS.
|
||||
You need CMake 3.16.0 or later for most platforms (due to new AUTOMOC json feature).
|
||||
You need CMake 3.17.0 to build Qt for iOS with the simulator_and_device feature.
|
||||
You need CMake 3.17.0 + Ninja to build Qt in debug_and_release mode on Windows / Linux.
|
||||
You need CMake 3.18.0 + Ninja to build Qt on macOS in debug_and_release mode when using frameworks.
|
||||
|
|
|
|||
Loading…
Reference in New Issue