Update instructions for developer builds with CMake

Change-Id: I101a4b12bae393fa188bb2633cc2d74170adbb4c
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Tor Arne Vestbø 2020-03-11 13:01:16 +01:00
parent c4763e397d
commit cd80f347cf

View File

@ -94,7 +94,7 @@ install:
```
cd {build directory}
cmake -GNinja -DCMAKE_INSTALL_PREFIX=/path/to/qtbase_build -DFEATURE_developer_build=ON {path to source directory}
cmake -GNinja -DFEATURE_developer_build=ON {path to source directory}
cmake --build .
# do NOT make install
```