diff options
author | Mike McQuaid <mike@mikemcquaid.com> | 2012-01-16 20:15:38 (GMT) |
---|---|---|
committer | Mike McQuaid <mike@mikemcquaid.com> | 2012-02-21 17:12:32 (GMT) |
commit | a2123e8f3e04b3e1bd5507c488a22a358398232e (patch) | |
tree | 23db2241c442e22b1f53e2269ed16718f519268f /Modules/DeployQt4.cmake | |
parent | fc6f3401373ccb169a7168c21366c5caee582319 (diff) | |
download | CMake-a2123e8f3e04b3e1bd5507c488a22a358398232e.zip CMake-a2123e8f3e04b3e1bd5507c488a22a358398232e.tar.gz CMake-a2123e8f3e04b3e1bd5507c488a22a358398232e.tar.bz2 |
Fix mismatched arguments.
Diffstat (limited to 'Modules/DeployQt4.cmake')
-rw-r--r-- | Modules/DeployQt4.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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() |