mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
Use qico plugin in static build. Required for RSS favicon capabilities.
This commit is contained in:
parent
bb1663636a
commit
0cdb833aa6
2 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue