mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
- Updated configure file to check for libcommoncpp2 instead of libcurl
- Used downloadThread in search plugin update instead of libcurl (no more gui freeze by the same occasion) - Still need to handle download from urls errors and use fallback url in search plugin update (before beta2)
This commit is contained in:
@@ -2,9 +2,6 @@
|
||||
LANG_PATH = lang
|
||||
ICONS_PATH = Icons
|
||||
|
||||
LIBS += -lccext2
|
||||
LIBS += -lccgnu2
|
||||
|
||||
#Set the following variable to 1 to enable debug
|
||||
DEBUG_MODE = 1
|
||||
|
||||
@@ -30,7 +27,7 @@ contains(DEBUG_MODE, 0){
|
||||
|
||||
QMAKE_CXXFLAGS_RELEASE += -fwrapv
|
||||
QMAKE_CXXFLAGS_DEBUG += -fwrapv
|
||||
#LIBS += -lcurl -lupnp
|
||||
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += libtorrent
|
||||
QT += network xml
|
||||
@@ -78,7 +75,7 @@ contains(DEBUG_MODE, 0){
|
||||
# Windows
|
||||
win32 {
|
||||
DEFINES += NO_UPNP
|
||||
LIBS += -lcurl -ltorrent
|
||||
LIBS += -ltorrent -lccext2 -lccgnu2
|
||||
}
|
||||
|
||||
RESOURCES = icons.qrc \
|
||||
|
||||
Reference in New Issue
Block a user