diff --git a/src/corelib/Qt6AndroidMacros.cmake b/src/corelib/Qt6AndroidMacros.cmake index 3a377491ee3..6804b942c25 100644 --- a/src/corelib/Qt6AndroidMacros.cmake +++ b/src/corelib/Qt6AndroidMacros.cmake @@ -763,12 +763,16 @@ function(_qt_internal_android_format_deployment_paths target) # windows paths when setting QT_* properties below, so their values are used as is when # generating deployment settings. set_target_properties(${target} PROPERTIES - _qt_native_qml_import_paths "$" - _qt_android_native_qml_root_paths "$" + _qt_native_qml_import_paths + "$>" + _qt_android_native_qml_root_paths + "$>" _qt_android_native_package_source_dir - "$" - _qt_android_native_extra_plugins "$" - _qt_android_native_extra_libs "$" + "$>" + _qt_android_native_extra_plugins + "$>" + _qt_android_native_extra_libs + "$>" ) else() # User projects still may use windows paths inside the QT_* properties below, with