mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Restructured the project file
Move OS specific configuration to separate project files
This commit is contained in:
parent
1ca084038c
commit
8a1e79d22f
34 changed files with 323 additions and 342 deletions
10
os2conf.pri
Normal file
10
os2conf.pri
Normal file
|
@ -0,0 +1,10 @@
|
|||
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.")
|
Loading…
Add table
Add a link
Reference in a new issue