qBittorrent/os2conf.pri

17 lines
323 B
Plaintext
Raw Normal View History

2010-12-24 17:16:58 +08:00
exists(conf.pri) {
# to the conf.pri goes all system dependent stuff
include(conf.pri)
}
LIBS += \
-ltorrent-rasterbar \
-lboost_thread \
-lboost_system \
-lboost_filesystem \
-lssl -lcrypto -lidn -lpthread -lz
RC_FILE = qbittorrent_os2.rc
# LIBTORRENT DEFINES
2012-09-21 01:45:53 +08:00
DEFINES += BOOST_ASIO_DYN_LINK