diff --git a/src/corelib/Qt6AndroidMacros.cmake b/src/corelib/Qt6AndroidMacros.cmake index 903611f0481..7d8312f5b8a 100644 --- a/src/corelib/Qt6AndroidMacros.cmake +++ b/src/corelib/Qt6AndroidMacros.cmake @@ -367,7 +367,11 @@ function(qt6_android_add_apk_target target) endif() # Use genex to get path to the deployment settings, the above check only to confirm that # qt6_android_add_apk_target is called on an android executable target. - set(deployment_file "$") + string(JOIN "" deployment_file + "$" + ">" + ) # Make global apk and aab targets depend on the current apk target. if(TARGET aab)