GH-1876 turn iconfix into a shared library

This commit is contained in:
Petr Mrázek
2017-05-05 09:43:20 +02:00
parent e854894a3c
commit 9d4c188fd4
3 changed files with 10 additions and 5 deletions

View File

@ -31,7 +31,9 @@
#include <QString>
#include <QStringList>
class XdgIcon
#include "multimc_iconfix_export.h"
class MULTIMC_ICONFIX_EXPORT XdgIcon
{
public:
static QIcon fromTheme(const QString &iconName, const QIcon &fallback = QIcon());