summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtBuildInternals/QtBuildInternalsAndroid.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/QtBuildInternals/QtBuildInternalsAndroid.cmake b/cmake/QtBuildInternals/QtBuildInternalsAndroid.cmake
index 51645f48d5..9830cf9871 100644
--- a/cmake/QtBuildInternals/QtBuildInternalsAndroid.cmake
+++ b/cmake/QtBuildInternals/QtBuildInternalsAndroid.cmake
@@ -175,8 +175,8 @@ function(qt_android_dependencies target)
# Bundled files
if(arg_BUNDLED_FILES)
- foreach(file IN LISTS arg_BUNDLED_FILES)
- file(TO_NATIVE_PATH ${lib_file} file_native)
+ foreach(bundled_file IN LISTS arg_BUNDLED_FILES)
+ file(TO_NATIVE_PATH ${bundled_file} file_native)
string(APPEND file_contents "<bundled file=\"${file_native}\" />\n")
endforeach()
endif()