mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-09 07:40:19 +08:00
Merge pull request #301 from Gelmir/static_favicon
Use qico plugin in static build. Required for RSS favicon capabilities.
This commit is contained in:
commit
57a609a62c
@ -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>
|
||||
|
@ -28,6 +28,10 @@ nox {
|
||||
DEFINES += DISABLE_GUI
|
||||
} else {
|
||||
QT += xml
|
||||
CONFIG(static) {
|
||||
DEFINES += QBT_STATIC_QT
|
||||
QTPLUGIN += qico
|
||||
}
|
||||
TARGET = qbittorrent
|
||||
}
|
||||
QT += network
|
||||
|
Loading…
Reference in New Issue
Block a user