Merge topic 'deploy-qt4-workaround-bug-13258'

374b9b9 DeployQt4: workaround bug 13258 where ARGV1 is leaked into a sub function.
This commit is contained in:
David Cole 2012-07-12 15:59:43 -04:00 committed by CMake Topic Stage
commit 4b39302407
1 changed files with 1 additions and 1 deletions

View File

@ -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\")