CMake: Fix incorrect argument in QtBuildInternalsAndroid
Uncovered while building qtdeclarative. Change-Id: If1a36f2640a3a5d765e7ca74b0ba1d39ef2a18f0 Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
a1867333d4
commit
60a93a15b1
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user