码迷,mamicode.com
首页 > 其他好文 > 详细

Qt中使用Boost

时间:2017-07-06 20:45:26      阅读:255      评论:0      收藏:0      [点我收藏+]

标签:文件   reg   tool   bsp   hive   stat   ase   lib   use   

编译BOOST库

 

bjam stage --toolset=qcc --without-graph --without-graph_parallel --without-math --without-mpi --without-python --without-serialization --without-wave --stagedir="E:\VC\boost_1_47_0\bin\mgw" link=static runtime-link=shared runtime-link=static threading=multi debug release

 

编译选项说明

BJAM="" # boost中使用jam工具替代make工具,这里指定jam所在目录
TOOLSET=""# 指定工具链类型, acc | darwin | gcc | como | mipspro | pathscale | pgi | qcc | vacpp

 

QT项目文件中 

添加 

DEFINES += BOOST_THREAD_USE_LIB 

添加相应库文件

INCLUDEPATH += "E:\VC\boost_1_47_0"
LIBS += E:\VC\boost_1_47_0\bin\gcc\lib\libboost_regex-mgw44-mt-1_47.a

LIBS += E:\VC\boost_1_47_0\bin\gcc\lib\libboost_system-mgw44-mt-1_47.a 

 

http://www.cnblogs.com/toosuo/archive/2012/02/15/2352504.html

 

Qt中使用Boost

标签:文件   reg   tool   bsp   hive   stat   ase   lib   use   

原文地址:http://www.cnblogs.com/findumars/p/7127918.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!