Browse Source

Don't resolve directories; are never relative.

Mike McQuaid 14 years ago
parent
commit
4571ea6e4d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Modules/DeployQt4.cmake

+ 0 - 2
Modules/DeployQt4.cmake

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