2010-12-24 12:16:58 +03:00
|
|
|
exists(conf.pri) {
|
|
|
|
# to the conf.pri goes all system dependent stuff
|
|
|
|
include(conf.pri)
|
|
|
|
}
|
|
|
|
|
2015-01-18 15:13:06 +03:00
|
|
|
LIBS += \
|
|
|
|
-ltorrent-rasterbar \
|
|
|
|
-lboost_thread \
|
|
|
|
-lboost_system \
|
|
|
|
-lboost_filesystem \
|
|
|
|
-lssl -lcrypto -lidn -lpthread -lz
|
2010-11-20 20:21:40 +03:00
|
|
|
|
|
|
|
RC_FILE = qbittorrent_os2.rc
|
|
|
|
|
2011-04-21 18:47:13 +04:00
|
|
|
# LIBTORRENT DEFINES
|
|
|
|
DEFINES += WITH_SHIPPED_GEOIP_H
|
2012-09-20 21:45:53 +04:00
|
|
|
DEFINES += BOOST_ASIO_DYN_LINK
|
2011-04-21 18:47:13 +04:00
|
|
|
|
2010-11-20 20:21:40 +03:00
|
|
|
DEFINES += WITH_GEOIP_EMBEDDED
|
|
|
|
message("On eCS(OS/2), GeoIP database must be embedded.")
|