diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2012-07-09 16:18:45 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2012-07-09 16:18:45 (GMT) |
commit | 374b9b9e74490a5734000b5e224c8d2c3d40630b (patch) | |
tree | ab1df34f1fa1a42dc7e78a7db6c9c45c3f3030a1 /Modules | |
parent | f70f55c064d2b3a761a32b84ca39ee25377300c5 (diff) | |
download | CMake-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')
-rw-r--r-- | Modules/DeployQt4.cmake | 2 |
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\") |