qBittorrent/os2conf.pri

20 lines
400 B
Plaintext
Raw Normal View History

2015-08-27 01:44:42 +08:00
# C++11 support
lessThan(QT_MAJOR_VERSION, 5): QMAKE_CXXFLAGS += -std=c++11
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