From 076a7eacca48f203f0a8b9aa537e88fea9a88409 Mon Sep 17 00:00:00 2001 From: Tobias Lippert Date: Sun, 9 Feb 2014 00:53:28 +0100 Subject: Bug #63962 Dynamically scan the config directory for icon themes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The hard-coded icon themes have been replaced by a dynamic list which is filled by scanning the config directory Conflicts: include/vcl/settings.hxx vcl/source/app/settings.cxx vcl/source/window/window.cxx Change-Id: Ie3680ffe27d06e375acf22753e036cb6ddabc4ed Reviewed-on: https://gerrit.libreoffice.org/7935 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- vcl/Library_vcl.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vcl/Library_vcl.mk') diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index 17258235a8e1..ff915330308f 100644 --- a/vcl/Library_vcl.mk +++ b/vcl/Library_vcl.mk @@ -112,6 +112,9 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\ vcl/source/app/salvtables \ vcl/source/app/session \ vcl/source/app/settings \ + vcl/source/app/IconThemeInfo \ + vcl/source/app/IconThemeScanner \ + vcl/source/app/IconThemeSelector \ vcl/source/app/solarmutex \ vcl/source/app/sound \ vcl/source/app/stdtext \ -- cgit