Fix typo in readme

Change-Id: I6066eb5309ff7e6e4e6fd1b8dff65957be6d5a55
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Paul Wicking 2020-05-01 07:10:52 +02:00
parent e720b7ff47
commit b7e3a9e504

View File

@ -76,7 +76,7 @@ make, so you may want to use that:
```
You can look into the generated ``build.ninja`` file if you're curious and you can also build
targets directory such as ``ninja lib/libQt6Core.so``.
targets directly, such as ``ninja lib/libQt6Core.so``.
Make sure to remove CMakeCache.txt if you forgot to set the CMAKE_INSTALL_PREFIX on the first
configuration, otherwise a second re-configuration will not pick up the new install prefix.