2011-03-23 20:02:26 +03:00
|
|
|
RC_FILE = qbittorrent.rc
|
|
|
|
|
2011-03-23 20:04:17 +03:00
|
|
|
# Enable Wide characters
|
|
|
|
DEFINES += TORRENT_USE_WPATH
|
|
|
|
|
2011-03-23 20:02:26 +03:00
|
|
|
#Adapt the lib names/versions accordingly
|
|
|
|
CONFIG(debug, debug|release) {
|
|
|
|
LIBS += libtorrentd.lib \
|
2012-09-15 13:04:27 +04:00
|
|
|
libboost_system-vc90-mt-sgd-1_51.lib
|
2011-03-23 20:02:26 +03:00
|
|
|
} else {
|
|
|
|
LIBS += libtorrent.lib \
|
2012-09-15 13:04:27 +04:00
|
|
|
libboost_system-vc90-mt-s-1_51.lib
|
2011-03-23 20:02:26 +03:00
|
|
|
}
|
|
|
|
|
2012-09-15 13:04:27 +04:00
|
|
|
LIBS += advapi32.lib shell32.lib crypt32.lib
|
2012-09-16 05:15:57 +04:00
|
|
|
LIBS += libeay32.lib ssleay32.lib
|
2011-03-23 20:02:26 +03:00
|
|
|
LIBS += PowrProf.lib
|