mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 05:48:47 +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
|
unix:QMAKE_LFLAGS_SHAPP += -rdynamic
|
||||||
CONFIG += link_pkgconfig
|
CONFIG += link_pkgconfig
|
||||||
PKGCONFIG += "libtorrent-rasterbar"
|
PKGCONFIG += "libtorrent-rasterbar"
|
||||||
|
LIBS += -L/usr/lib64
|
||||||
|
|
||||||
QT += network
|
QT += network
|
||||||
!contains(DEFINES, DISABLE_GUI) {
|
!contains(DEFINES, DISABLE_GUI) {
|
||||||
QT += xml
|
QT += xml
|
||||||
|
|
Loading…
Reference in a new issue