mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-24 02:09:42 +00:00
8a1e79d22f
Move OS specific configuration to separate project files
11 lines
268 B
Plaintext
11 lines
268 B
Plaintext
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.")
|