Several OS/2 fixes by Silvan Scherrer

This commit is contained in:
Christophe Dumez
2010-06-22 19:23:28 +00:00
parent 6a8f568d74
commit c66df12f8c
11 changed files with 34 additions and 24 deletions

View File

@@ -12,7 +12,7 @@ CONFIG += qt \
# Update this VERSION for each release
os2 {
DEFINES += VERSION=\'\"v2.2.9\'\"
DEFINES += VERSION=\'\"v2.2.9\"\'
} else {
DEFINES += VERSION=\\\"v2.2.9\\\"
}
@@ -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