0003-Remove-export-of-QT_PLUGIN_PATH.patch 870 B

123456789101112131415161718192021222324252627282930
  1. From dde9b1c1930d333d8daff25c73400e1e67f3c630 Mon Sep 17 00:00:00 2001
  2. From: Hrvoje Senjan <hrvoje.senjan@gmail.com>
  3. Date: Sun, 7 Sep 2014 22:55:24 +0200
  4. Subject: [PATCH 3/3] Remove export of QT_PLUGIN_PATH
  5. ---
  6. startkde/startkde.cmake | 6 ------
  7. 1 file changed, 6 deletions(-)
  8. diff --git a/startkde/startkde.cmake b/startkde/startkde.cmake
  9. index 51721d1..1d67be0 100644
  10. --- a/startkde/startkde.cmake
  11. +++ b/startkde/startkde.cmake
  12. @@ -220,12 +220,6 @@ for prefix in `echo $scriptpath`; do
  13. done
  14. done
  15. -# Set the path for Qt plugins provided by KDE
  16. -QT_PLUGIN_PATH=${QT_PLUGIN_PATH+$QT_PLUGIN_PATH:}`qtpaths --plugin-dir`
  17. -# TODO: Do we really need this?
  18. -QT_PLUGIN_PATH=$QT_PLUGIN_PATH:$kdehome/lib/kde6/plugins/
  19. -export QT_PLUGIN_PATH
  20. -
  21. # Activate the kde font directories.
  22. #
  23. # There are 4 directories that may be used for supplying fonts for KDE.
  24. --
  25. 2.1.0