From a2123e8f3e04b3e1bd5507c488a22a358398232e Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 16 Jan 2012 20:15:38 +0000 Subject: Fix mismatched arguments. --- Modules/DeployQt4.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/DeployQt4.cmake b/Modules/DeployQt4.cmake index 40779b3..ac9cc29 100644 --- a/Modules/DeployQt4.cmake +++ b/Modules/DeployQt4.cmake @@ -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() -- cgit v0.12