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
|
# Bundled files
|
||||||
if(arg_BUNDLED_FILES)
|
if(arg_BUNDLED_FILES)
|
||||||
foreach(file IN LISTS arg_BUNDLED_FILES)
|
foreach(bundled_file IN LISTS arg_BUNDLED_FILES)
|
||||||
file(TO_NATIVE_PATH ${lib_file} file_native)
|
file(TO_NATIVE_PATH ${bundled_file} file_native)
|
||||||
string(APPEND file_contents "<bundled file=\"${file_native}\" />\n")
|
string(APPEND file_contents "<bundled file=\"${file_native}\" />\n")
|
||||||
endforeach()
|
endforeach()
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user