1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 14:57:52 +00:00

- Improve src/src.pro for windows

This commit is contained in:
Christophe Dumez 2009-01-04 19:48:16 +00:00
parent d883ef27be
commit 1d294e43f1

View File

@ -91,17 +91,15 @@ contains(DEBUG_MODE, 0) {
CONFIG += link_pkgconfig
PKGCONFIG += "libtorrent-rasterbar libcurl"
QT += network \
xml
QT += network xml
DEFINES += QT_NO_CAST_TO_ASCII
# QT_NO_CAST_FROM_ASCII
# Windows
win32:LIBS += -ltorrent \
-lcurl \
-lboost_system \
-lz \
-lssl32
# usually built as static
#win32:LIBS += -ltorrent -lcurl -lboost_system
#win32:LIBS += -lz ?
win32:LIBS += -lssl32 -lws2_32 -lwsock32 -ladvapi32 -lwinmm
RESOURCES = icons.qrc \
lang.qrc \