mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Get rid of QtSVG dependency
This commit is contained in:
parent
a24dc147ab
commit
93a84655b6
8 changed files with 6 additions and 53 deletions
|
@ -106,7 +106,7 @@ options_imp::options_imp(QWidget *parent):
|
|||
checkShowSystray->setChecked(false);
|
||||
checkShowSystray->setEnabled(false);
|
||||
}
|
||||
#if !defined(Q_WS_X11) || !defined(QT_SVG_LIB)
|
||||
#if !defined(Q_WS_X11)
|
||||
checkUseMonoSystrayIcon->setVisible(false);
|
||||
#endif
|
||||
// Connect signals / slots
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue