Explorar el Código

DeployQt4: workaround bug 13258 where ARGV1 is leaked into a sub function.

Clinton Stimpson hace 13 años
padre
commit
374b9b9e74
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Modules/DeployQt4.cmake

+ 1 - 1
Modules/DeployQt4.cmake

@@ -290,7 +290,7 @@ function(install_qt4_executable executable)
                 endforeach()
         endif()
 
-        resolve_qt4_paths(libs)
+        resolve_qt4_paths(libs "")
 
         install(CODE
   "INCLUDE(\"${DeployQt4_cmake_dir}/DeployQt4.cmake\")