mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07:00
- use PKGCONFIG again for libtorrent in configure
This commit is contained in:
parent
4473b7917b
commit
59c6f469a0
3 changed files with 4 additions and 4 deletions
|
@ -28,8 +28,8 @@ contains(DEBUG_MODE, 0){
|
|||
QMAKE_CXXFLAGS_RELEASE += -fwrapv
|
||||
QMAKE_CXXFLAGS_DEBUG += -fwrapv
|
||||
#LIBS += -lcurl -lupnp
|
||||
#CONFIG += link_pkgconfig
|
||||
#PKGCONFIG += libtorrent
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += libtorrent
|
||||
QT += network xml
|
||||
|
||||
DEFINES += QT_NO_CAST_TO_ASCII
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue