浏览代码

Fix mismatched arguments.

Mike McQuaid 14 年之前
父节点
当前提交
a2123e8f3e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Modules/DeployQt4.cmake

+ 1 - 1
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()