1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 20:44:15 +00:00

- Attempt to fix linking on windows

This commit is contained in:
Christophe Dumez 2009-01-04 09:19:20 +00:00
parent 942b579d8e
commit c79a4a746f

View File

@ -98,8 +98,10 @@ DEFINES += QT_NO_CAST_TO_ASCII
# QT_NO_CAST_FROM_ASCII # QT_NO_CAST_FROM_ASCII
# Windows # Windows
win32:LIBS += -ltorrent \ win32:LIBS += -ltorrent \
-lccext2 \ -lcurl
-lccgnu2 -lboost_system \
-lz
-lssl32
RESOURCES = icons.qrc \ RESOURCES = icons.qrc \
lang.qrc \ lang.qrc \