forked from Lainports/opnsense-ports
11 lines
512 B
C++
11 lines
512 B
C++
--- libraries/iconfix/internal/qiconloader.cpp.orig 2017-12-18 00:19:43 UTC
|
|
+++ libraries/iconfix/internal/qiconloader.cpp
|
|
@@ -320,7 +320,7 @@ Description: Make it so that the QIcon l
|
|
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())
|
|
{
|