mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 13:18:06 -06:00
Several OS/2 fixes from Silvan Scherrer
This commit is contained in:
@@ -12,7 +12,7 @@ CONFIG += qt \
|
||||
|
||||
# Update this VERSION for each release
|
||||
os2 {
|
||||
DEFINES += VERSION=\'\"v2.3.0beta3\'\"
|
||||
DEFINES += VERSION=\'\"v2.3.0beta3\"\'
|
||||
} else {
|
||||
DEFINES += VERSION=\\\"v2.3.0beta3\\\"
|
||||
}
|
||||
@@ -191,12 +191,16 @@ win32 {
|
||||
|
||||
}
|
||||
|
||||
os2:LIBS += -ltorrent-rasterbar \
|
||||
os2 {
|
||||
LIBS += -ltorrent-rasterbar \
|
||||
-lboost_thread \
|
||||
-lboost_system \
|
||||
-lboost_filesystem \
|
||||
-lssl -lcrypto -lidn -lpthread
|
||||
|
||||
RC_FILE = qbittorrent_os2.rc
|
||||
}
|
||||
|
||||
!contains(DEFINES, DISABLE_GUI) {
|
||||
win32 {
|
||||
DEFINES += WITH_GEOIP_EMBEDDED
|
||||
|
||||
Reference in New Issue
Block a user