mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-23 01:36:15 +03:00
15 lines
366 B
Text
15 lines
366 B
Text
exists(conf.pri) {
|
|
# to the conf.pri goes all system dependent stuff
|
|
include(conf.pri)
|
|
}
|
|
|
|
LIBS += -ltorrent-rasterbar \
|
|
-lboost_thread \
|
|
-lboost_system \
|
|
-lboost_filesystem \
|
|
-lssl -lcrypto -lidn -lpthread
|
|
|
|
RC_FILE = qbittorrent_os2.rc
|
|
|
|
DEFINES += WITH_GEOIP_EMBEDDED
|
|
message("On eCS(OS/2), GeoIP database must be embedded.")
|