summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2020-05-01 07:10:52 +0200
committerPaul Wicking <paul.wicking@qt.io>2020-05-04 07:01:55 +0200
commitb7e3a9e5044b91322b0a64af1d110d3966c71b6b (patch)
treebe2856761c649be9417cee9dcaef0a9adce810d2 /cmake
parente720b7ff47e9dd5c1f0df402e6a1efb3d30cef4f (diff)
Fix typo in readme
Change-Id: I6066eb5309ff7e6e4e6fd1b8dff65957be6d5a55 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/README.md b/cmake/README.md
index 86e7b9bd7e..864d0998b5 100644
--- a/cmake/README.md
+++ b/cmake/README.md
@@ -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.