summaryrefslogtreecommitdiffstats
path: root/Modules/DeployQt4.cmake
diff options
context:
space:
mode:
authorMike McQuaid <mike@mikemcquaid.com>2012-01-11 15:41:56 (GMT)
committerMike McQuaid <mike@mikemcquaid.com>2012-02-21 17:12:32 (GMT)
commitfc6f3401373ccb169a7168c21366c5caee582319 (patch)
tree43be048a5fda03e325100b23bb6ed0456afbd2db /Modules/DeployQt4.cmake
parentcffebe643c9002ee3411c8f293abdf7c23fc622c (diff)
downloadCMake-fc6f3401373ccb169a7168c21366c5caee582319.zip
CMake-fc6f3401373ccb169a7168c21366c5caee582319.tar.gz
CMake-fc6f3401373ccb169a7168c21366c5caee582319.tar.bz2
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.
Diffstat (limited to 'Modules/DeployQt4.cmake')
-rw-r--r--Modules/DeployQt4.cmake4
1 files changed, 0 insertions, 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}")