mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-13 01:57:07 -07:00
Fix deprecation warning
This commit is contained in:
parent
b5b06ce36d
commit
124dcee7b8
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ contains(DEFINES, DISABLE_GUI) {
|
||||||
TARGET = qbittorrent
|
TARGET = qbittorrent
|
||||||
}
|
}
|
||||||
|
|
||||||
unix:QMAKE_LFLAGS_SHAPP += -rdynamic
|
unix:QMAKE_LFLAGS_APP += -rdynamic
|
||||||
|
|
||||||
unix {
|
unix {
|
||||||
CONFIG += link_pkgconfig
|
CONFIG += link_pkgconfig
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue