diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2021-12-12 00:35:46 +0000 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2021-12-12 11:39:36 +0000 |
commit | 7179e75e70f4157326d6d97f11a947df576d02e6 (patch) | |
tree | eaa1e5933288ea60fcce7485ae76d8e33e4ebb79 /libraries/iconfix | |
parent | 80beccb2c4585260e5d170c68f72d3d303f777e0 (diff) | |
download | PrismLauncher-7179e75e70f4157326d6d97f11a947df576d02e6.tar.gz PrismLauncher-7179e75e70f4157326d6d97f11a947df576d02e6.tar.bz2 PrismLauncher-7179e75e70f4157326d6d97f11a947df576d02e6.zip |
Changes required to support FreeBSD
Diffstat (limited to 'libraries/iconfix')
-rw-r--r-- | libraries/iconfix/internal/qiconloader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/iconfix/internal/qiconloader.cpp b/libraries/iconfix/internal/qiconloader.cpp index 41cf3d50..0d8466f0 100644 --- a/libraries/iconfix/internal/qiconloader.cpp +++ b/libraries/iconfix/internal/qiconloader.cpp @@ -320,7 +320,7 @@ Description: Make it so that the QIcon loader honors /usr/share/pixmaps icon theme specification. Bug: https://bugreports.qt.nokia.com/browse/QTBUG-12874 *********************************************************************/ -#ifdef Q_OS_LINUX +#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) /* Freedesktop standard says to look in /usr/share/pixmaps last */ if (entries.isEmpty()) { |