QT Creator 添加Lib库

LIBS += -LD:/Path/ -lTest1.lib -lTest2.lib

解析:在路径D:/Path/ 下 添加Test1.lib Test2.lib库 -L 和小写'-l"没有空格。

原文地址:https://www.cnblogs.com/2018shawn/p/11422857.html