From fc6f3401373ccb169a7168c21366c5caee582319 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 11 Jan 2012 15:41:56 +0000 Subject: Don't use QT_LIBRARIES_PLUGINS by default. A lot of the libraries won't be found by default so will spit out all sorts of errors. Don't kill QT_LIBRARIES_PLUGINS altogether as it is sometimes useful. --- Modules/DeployQt4.cmake | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Modules/DeployQt4.cmake b/Modules/DeployQt4.cmake index 83f322c..40779b3 100644 --- a/Modules/DeployQt4.cmake +++ b/Modules/DeployQt4.cmake @@ -264,10 +264,6 @@ function(install_qt4_executable executable) set(qt_plugins_dir "") endif() - if(NOT qtplugins AND QT_LIBRARIES_PLUGINS) - set(qtplugins "${QT_LIBRARIES_PLUGINS}") - endif() - foreach(plugin ${qtplugins}) set(installed_plugin_paths "") install_qt4_plugin("${plugin}" "${executable}" 0 installed_plugin_paths "${plugins_dir}" "${component}") -- cgit v0.12