summaryrefslogtreecommitdiff
path: root/vcl/CppunitTest_vcl_app_test.mk
AgeCommit message (Collapse)AuthorFilesLines
2020-02-03make some headers privateCaolán McNamara1-0/+5
as shown with ./bin/find-headers-to-move-inside-modules.py Change-Id: I7662417e76fe00c0fc352957560e104b6c2a3d61 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87850 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-02-22Do not try to use gb_STDLIBS explicitly. It's used by default anyway.Matúš Kukan1-12/+5
Change-Id: I5761d616e0b7255c2fbe17bb709cae0bdcb95910
2014-02-21This uses boost_headersTor Lillqvist1-0/+4
Change-Id: I3e587cf07674374c18fa49e0528c0d7f8605f0df
2014-02-21Bug #63962 Dynamically scan the config directory for icon themesTobias Lippert1-0/+30
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 <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>