Qt添加静态库

1、方式1:使用全局路径

LIBS+= $$PWD/Boost/lib/libboost_thread-mgw8-mt-d-x32-1_78.a
LIBS+= $$PWD/Boost/lib/libboost_thread-mgw8-mt-d-x32-1_78.lib

 

2、方式2:引入路径+使用静态库名

LIBS += -LD:/soft/third_party/boost_1_67_0/lib/
LIBS += -llibboost_thread-vc140-mt-gd-x32-1_67

 

posted @ 2022-03-19 10:45  朱小勇  阅读(1014)  评论(0编辑  收藏  举报