qBittorrent/winconf-msvc.pri

18 lines
413 B
Plaintext
Raw Normal View History

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