mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 09:43:07 -07:00
- Improve src/src.pro for windows
This commit is contained in:
parent
d883ef27be
commit
1d294e43f1
1 changed files with 5 additions and 7 deletions
12
src/src.pro
12
src/src.pro
|
@ -91,17 +91,15 @@ contains(DEBUG_MODE, 0) {
|
||||||
CONFIG += link_pkgconfig
|
CONFIG += link_pkgconfig
|
||||||
PKGCONFIG += "libtorrent-rasterbar libcurl"
|
PKGCONFIG += "libtorrent-rasterbar libcurl"
|
||||||
|
|
||||||
QT += network \
|
QT += network xml
|
||||||
xml
|
|
||||||
DEFINES += QT_NO_CAST_TO_ASCII
|
DEFINES += QT_NO_CAST_TO_ASCII
|
||||||
|
|
||||||
# QT_NO_CAST_FROM_ASCII
|
# QT_NO_CAST_FROM_ASCII
|
||||||
# Windows
|
# Windows
|
||||||
win32:LIBS += -ltorrent \
|
# usually built as static
|
||||||
-lcurl \
|
#win32:LIBS += -ltorrent -lcurl -lboost_system
|
||||||
-lboost_system \
|
#win32:LIBS += -lz ?
|
||||||
-lz \
|
win32:LIBS += -lssl32 -lws2_32 -lwsock32 -ladvapi32 -lwinmm
|
||||||
-lssl32
|
|
||||||
|
|
||||||
RESOURCES = icons.qrc \
|
RESOURCES = icons.qrc \
|
||||||
lang.qrc \
|
lang.qrc \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue