=========================================================
Asio comes in two variants: (non-Boost) Asio and Boost.Asio. The differences between the two are outlined below.
(--toolset= 选择工具集 --with-选择性编译需要的boost相关库 boost.asio 可能会依赖以下, --prefix安装位置 还可使用 --show-libraries 看有哪些库可以用--with来编译)
INCLUDEPATH += ../boost_1_69_0_builded_installed/include/boost-1_69
INCLUDEPATH += ./3rd_src
INCLUDEPATH += ./include/stpool_include LIBS += -L./3rd_lib/stpool_lib -lstpool
win32{
LIBS += -lws2_32 -lwsock32
}
unix{
LIBS +=
}
LIBS += -L../boost_1_69_0_builded_installed/lib
##(程序里 qcmd_pairs_dealer 有用到 命令行处理的类 要包括)
-lboost_program_options-mgw53-mt-x32-1_69
-lboost_regex-mgw53-mt-x32-1_69
-lboost_filesystem-mgw53-mt-x32-1_69 \
-lboost_thread-mgw53-mt-x32-1_69