mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 04:38:04 -06:00
- Branched trunk in order to work on a major GUI remodeling. I will attempt to:
* Merge download and upload lists * Display torrent properties in the same tab (horizontal split)
This commit is contained in:
@@ -14,7 +14,7 @@ CONFIG += qt \
|
||||
network
|
||||
|
||||
# Update this VERSION for each release
|
||||
DEFINES += VERSION=\\\"v1.6.0alpha2\\\"
|
||||
DEFINES += VERSION=\\\"v1.6.0beta1\\\"
|
||||
DEFINES += VERSION_MAJOR=1
|
||||
DEFINES += VERSION_MINOR=6
|
||||
DEFINES += VERSION_BUGFIX=0
|
||||
@@ -90,15 +90,14 @@ contains(DEBUG_MODE, 0) {
|
||||
# QMAKE_CXXFLAGS_DEBUG += -fwrapv
|
||||
unix:QMAKE_LFLAGS_SHAPP += -rdynamic
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += "libtorrent-rasterbar libcurl"
|
||||
PKGCONFIG += "libtorrent-rasterbar"
|
||||
QT += network \
|
||||
xml
|
||||
DEFINES += QT_NO_CAST_TO_ASCII
|
||||
|
||||
# QT_NO_CAST_FROM_ASCII
|
||||
# Windows
|
||||
# usually built as static
|
||||
# win32:LIBS += -ltorrent -lcurl -lboost_system
|
||||
# win32:LIBS += -ltorrent -lboost_system
|
||||
# win32:LIBS += -lz ?
|
||||
win32:LIBS += -lssl32 \
|
||||
-lws2_32 \
|
||||
|
||||
Reference in New Issue
Block a user