summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt6AndroidMacros.cmake
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-08-03 17:02:33 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-05 04:33:48 +0000
commit6aff49a8e10269c87cffff62cee93995b23afd44 (patch)
tree4b33702b65fbfc0ff3c64831157babb6870c4d7f /src/corelib/Qt6AndroidMacros.cmake
parent95a7772758c27cb71e358bc67d9f987d3a13f6fe (diff)
CMake: Add whitespace to Android error message
Change-Id: I9c7729a7bef4a659b10fe69a73b30f101cbba546 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 74d0b1b1b914268700bee95b76f31b2d02b0c82a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/corelib/Qt6AndroidMacros.cmake')
-rw-r--r--src/corelib/Qt6AndroidMacros.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/Qt6AndroidMacros.cmake b/src/corelib/Qt6AndroidMacros.cmake
index e37ce287bd..55e2ac1a80 100644
--- a/src/corelib/Qt6AndroidMacros.cmake
+++ b/src/corelib/Qt6AndroidMacros.cmake
@@ -53,9 +53,9 @@ function(qt6_android_generate_deployment_settings target)
file(GLOB plugin_dir_files LIST_DIRECTORIES FALSE "${glob_expression}")
if (NOT plugin_dir_files)
message(SEND_ERROR
- "Detected Qt installation does not contain qtforandroid_${CMAKE_ANDROID_ARCH_ABI}.so in the following dir:"
- "${android_plugin_dir_path}"
- "This is most likely due to the installation not being a Qt for Android build."
+ "Detected Qt installation does not contain qtforandroid_${CMAKE_ANDROID_ARCH_ABI}.so in the following dir:\n"
+ "${android_plugin_dir_path}\n"
+ "This is most likely due to the installation not being a Qt for Android build. "
"Please recheck your build configuration.")
return()
else()