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
committerKai Köhne <kai.koehne@qt.io>2021-08-05 02:44:27 +0200
commit74d0b1b1b914268700bee95b76f31b2d02b0c82a (patch)
treea2265f01cd2b804eb7de8ef79a1033cce3f2cf42 /src/corelib/Qt6AndroidMacros.cmake
parent5674610d3f4e9b2fe08e722754e2f6d6dd1b12a2 (diff)
CMake: Add whitespace to Android error message
Pick-to: 6.2 Change-Id: I9c7729a7bef4a659b10fe69a73b30f101cbba546 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
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()