소스 검색

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

Clinton Stimpson 13 년 전
부모
커밋
374b9b9e74
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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\")