mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-25 10:46:15 +03:00
Added -L/usr/lib64 for 64bits
This commit is contained in:
parent
e1183dbc0b
commit
d84346616a
1 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,8 @@ contains(DEFINES, DISABLE_GUI) {
|
|||
unix:QMAKE_LFLAGS_SHAPP += -rdynamic
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += "libtorrent-rasterbar"
|
||||
LIBS += -L/usr/lib64
|
||||
|
||||
QT += network
|
||||
!contains(DEFINES, DISABLE_GUI) {
|
||||
QT += xml
|
||||
|
|
Loading…
Reference in a new issue