From 089c7480a638626bf6a1106bb8f9ce9304f5b5e2 Mon Sep 17 00:00:00 2001 From: Tadej Novak Date: Thu, 10 Oct 2024 20:46:21 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Bart Louwers --- CHANGELOG.md | 4 ++-- docs/Building.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df27a7b..fde719d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/docs/Building.md b/docs/Building.md index f83994e..89fd140 100644 --- a/docs/Building.md +++ b/docs/Building.md @@ -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 @@ -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