undefined reference to symbol 'dlclose@@GLIBC_2.2.5'

解决方法

在QT工程的.pro文件中添加如下内容:

LIBS=-ldl

posted on 2019-08-21 11:07  lydstory  阅读(2902)  评论(1)    收藏  举报

导航