Fix mismatched arguments.
This commit is contained in:
parent
fc6f340137
commit
a2123e8f3e
|
@ -141,7 +141,7 @@ function(fixup_qt4_executable executable)
|
||||||
|
|
||||||
foreach(plugin ${qtplugins})
|
foreach(plugin ${qtplugins})
|
||||||
set(installed_plugin_path "")
|
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})
|
list(APPEND libs ${installed_plugin_path})
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue