Use Huanity/gnome icons for Windows and Mac builds.

This commit is contained in:
Craig Drummond
2015-09-05 19:26:23 +01:00
parent 9613af84c5
commit e40f3cfb98
24 changed files with 3137 additions and 25 deletions

View File

@@ -24,6 +24,7 @@
#include "application_mac.h"
#include "settings.h"
#include "support/utils.h"
#include "config.h"
#include <QIcon>
Application::Application(int &argc, char **argv)
@@ -43,5 +44,5 @@ Application::Application(int &argc, char **argv)
QIcon::setThemeSearchPaths(QStringList() << path << paths);
}
QIcon::setThemeName(QLatin1String("oxygen"));
QIcon::setThemeName(QLatin1String(CANTATA_ICON_THEME));
}