Restructured the project file

Move OS specific configuration to separate project files
This commit is contained in:
Christophe Dumez 2010-11-20 17:21:40 +00:00
commit 8a1e79d22f
34 changed files with 323 additions and 342 deletions

10
os2conf.pri Normal file
View 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.")