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:
commit
4b39302407
|
@ -290,7 +290,7 @@ function(install_qt4_executable executable)
|
||||||
endforeach()
|
endforeach()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
resolve_qt4_paths(libs)
|
resolve_qt4_paths(libs "")
|
||||||
|
|
||||||
install(CODE
|
install(CODE
|
||||||
"INCLUDE(\"${DeployQt4_cmake_dir}/DeployQt4.cmake\")
|
"INCLUDE(\"${DeployQt4_cmake_dir}/DeployQt4.cmake\")
|
||||||
|
|
Loading…
Reference in New Issue