summaryrefslogtreecommitdiffstats
path: root/Modules/DeployQt4.cmake
diff options
context:
space:
mode:
authorClinton Stimpson <clinton@elemtech.com>2012-07-09 16:18:45 (GMT)
committerClinton Stimpson <clinton@elemtech.com>2012-07-09 16:18:45 (GMT)
commit374b9b9e74490a5734000b5e224c8d2c3d40630b (patch)
treeab1df34f1fa1a42dc7e78a7db6c9c45c3f3030a1 /Modules/DeployQt4.cmake
parentf70f55c064d2b3a761a32b84ca39ee25377300c5 (diff)
downloadCMake-374b9b9e74490a5734000b5e224c8d2c3d40630b.zip
CMake-374b9b9e74490a5734000b5e224c8d2c3d40630b.tar.gz
CMake-374b9b9e74490a5734000b5e224c8d2c3d40630b.tar.bz2
DeployQt4: workaround bug 13258 where ARGV1 is leaked into a sub function.
Diffstat (limited to 'Modules/DeployQt4.cmake')
-rw-r--r--Modules/DeployQt4.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/DeployQt4.cmake b/Modules/DeployQt4.cmake
index b37695d..edf4b4e 100644
--- a/Modules/DeployQt4.cmake
+++ b/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\")