mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-26 03:06:37 +03:00
8a1e79d22f
Move OS specific configuration to separate project files
10 lines
268 B
Text
10 lines
268 B
Text
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.")
|