Don't resolve directories; are never relative.

This commit is contained in:
Mike McQuaid 2011-10-28 17:32:28 +01:00 committed by David Cole
parent 9cfc920973
commit 4571ea6e4d
1 changed files with 0 additions and 2 deletions

View File

@ -151,7 +151,6 @@ function(fixup_qt4_executable executable)
endforeach()
resolve_qt4_paths(libs "${executable_path}")
resolve_qt4_paths(dirs "${executable_path}")
if(write_qt_conf)
set(qt_conf_contents "[Paths]\nPlugins = ${plugins_dir}")
@ -265,7 +264,6 @@ function(install_qt4_executable executable)
endforeach()
resolve_qt4_paths(libs)
resolve_qt4_paths(dirs)
install(CODE
" INCLUDE( \"${DeployQt4_cmake_dir}/DeployQt4.cmake\" )