1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-01 18:55:52 +00:00
qBittorrent/os2conf.pri

20 lines
400 B
Plaintext
Raw Normal View History

2015-08-26 17:44:42 +00:00
# C++11 support
lessThan(QT_MAJOR_VERSION, 5): QMAKE_CXXFLAGS += -std=c++11
2010-12-24 09:16:58 +00: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-20 17:45:53 +00:00
DEFINES += BOOST_ASIO_DYN_LINK