Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Bart Louwers <[email protected]>
  • Loading branch information
ntadej and louwers authored Oct 10, 2024
1 parent e2d41eb commit 089c748
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
- Built with Qt 6.5, 6.6 and 6.7 for all platforms and also Qt 5.15.2 for
macOS, Linux and Windows.
- QML configuration cleaned up, styles are now set with `maplibre.map.styles`.
- QML style parameters are made also available in C++.
- QML style parameters are also made available in C++.
Now imported using `import MapLibre 3.0`.
- QML plugins can be installed using CMake helper function
- QML plugins can be installed using a CMake helper function
`qmaplibre_location_setup_plugins`.
- Add ability to build as static libraries (#98).
- Add CMake presets for easier usage (#112).
Expand Down
4 changes: 2 additions & 2 deletions docs/Building.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ are always up-to-date and cover all supported platforms.
## Using CMake workflows

CMake workflow presets are provided for all supported platforms.
They can be simply used by running in the root directory of the repository:
Run the following command in the root directory to use a preset:

```shell
cmake --workflow --preset <preset>
Expand All @@ -56,7 +56,7 @@ It is recommended to set `QT_ROOT_DIR` environment variable as the path
to the Qt installation to be used, mainly for mobile platforms to use
the correct Qt version.

For Android, `ANDROID_ABI` environment variable should be set.
For Android, the `ANDROID_ABI` environment variable should be set.

### Supported release workflows

Expand Down

0 comments on commit 089c748

Please sign in to comment.