QT pro文件相关 LIBS设置
大家好,请教一下,我在项目中引用一个简单的静态链接库(staticlib),项目中添加引用.a文件的语句:
LIBS += /home/gxx/Codes/Demo/PluginFrameDemo/MainProject/MainProject/libCommonFunctions.a
LIBS += -L.
LIBS += -llibCommonFunctions
LIBS += -L/home/gxx/Codes/Demo/PluginFrameDemo/MainProject/MainProject/
LIBS += -llibCommonFunctions
LIBS+= -L. -lCommonFunctions