CMake: update README.md

Because AUTOMOC/AUTOUIC/AUTORCC got merged into master.

Change-Id: I0ddfd4443a9892fae1dca54d75b97af4c69ad7ef
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
This commit is contained in:
Liang Qi 2019-01-15 13:18:35 +01:00
parent ff693d664b
commit 3552323049

View File

@ -4,8 +4,9 @@ Initial port is on-going. Some modules of QtBase are ported, incl. some of the p
Basic functionality is there (moc, uic, etc.), but documentation, translations, qdbusxml2cpp, etc. are missing.
NOTE: YOU WILL NEED CMAKE 3.14 or later (if that is not released yet you will need to have
https://gitlab.kitware.com/cmake/cmake/merge_requests/2679 applied).
NOTE: YOU WILL NEED CMAKE 3.14 or later (for example, master branch,
after a1b3d79f728f2c626d3aac2e68dbab524baa4634, for more details see
https://gitlab.kitware.com/cmake/cmake/merge_requests/2679 ).
# Intro