mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07:00
Made QtSvg dependency optional
This commit is contained in:
parent
14341f3be2
commit
5dc79e67fc
4 changed files with 77 additions and 1 deletions
|
@ -5,7 +5,7 @@ include(conf.pri)
|
|||
!nox:dbus {
|
||||
QT += dbus
|
||||
}
|
||||
!nox {
|
||||
!nox:svg {
|
||||
QT += svg
|
||||
}
|
||||
QMAKE_LFLAGS_APP += -rdynamic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue