Several OS/2 fixes from Silvan Scherrer

This commit is contained in:
Christophe Dumez
2010-06-22 19:17:47 +00:00
parent 8ee762695b
commit 778cfff4b3
9 changed files with 34 additions and 26 deletions

View File

@@ -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