mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-24 10:16:00 +03:00
- Attempt to fix linking on windows
This commit is contained in:
parent
942b579d8e
commit
c79a4a746f
1 changed files with 4 additions and 2 deletions
|
@ -98,8 +98,10 @@ DEFINES += QT_NO_CAST_TO_ASCII
|
|||
# QT_NO_CAST_FROM_ASCII
|
||||
# Windows
|
||||
win32:LIBS += -ltorrent \
|
||||
-lccext2 \
|
||||
-lccgnu2
|
||||
-lcurl
|
||||
-lboost_system \
|
||||
-lz
|
||||
-lssl32
|
||||
|
||||
RESOURCES = icons.qrc \
|
||||
lang.qrc \
|
||||
|
|
Loading…
Reference in a new issue