mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 06:20:23 +00:00
Fix mismatched arguments.
This commit is contained in:
parent
fc6f340137
commit
a2123e8f3e
@ -141,7 +141,7 @@ function(fixup_qt4_executable executable)
|
||||
|
||||
foreach(plugin ${qtplugins})
|
||||
set(installed_plugin_path "")
|
||||
install_qt4_plugin("${plugin}" "${plugins_dir}" "${executable}" 1 installed_plugin_path)
|
||||
install_qt4_plugin("${plugin}" "${executable}" 1 installed_plugin_path)
|
||||
list(APPEND libs ${installed_plugin_path})
|
||||
endforeach()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user