QT使用LIBS添加绝对路径的dll引用

http://blog.sina.com.cn/s/blog_70b93da90100n6w8.html

参考这篇文章

举例:

要引用 F:QTparttime_workuild-JChartView-Desktop_Qt_5_12_1_MinGW_64_bit-DebugdebugJChartView1.dll

将目录前加 -L 加空格 文件名前加-l (不要后缀)

使用LIBS+= -LF:QTparttime_workuild-JChartView-Desktop_Qt_5_12_1_MinGW_64_bit-Debugdebug -lJChartView1

原文地址:https://www.cnblogs.com/bob-jianfeng/p/11693242.html