Merge pull request #301 from Gelmir/static_favicon

Use qico plugin in static build. Required for RSS favicon capabilities.
This commit is contained in:
sledgehammer999 2012-12-30 08:43:56 -08:00
commit 57a609a62c
2 changed files with 8 additions and 0 deletions

View file

@ -34,6 +34,10 @@
#include <QLibraryInfo>
#ifndef DISABLE_GUI
#if defined(QBT_STATIC_QT)
#include <QtPlugin>
Q_IMPORT_PLUGIN(qico)
#endif
#include <QMessageBox>
#include <QStyleFactory>
#include <QStyle>

View file

@ -28,6 +28,10 @@ nox {
DEFINES += DISABLE_GUI
} else {
QT += xml
CONFIG(static) {
DEFINES += QBT_STATIC_QT
QTPLUGIN += qico
}
TARGET = qbittorrent
}
QT += network