将shapelib添加到Qt';s项目

将shapelib添加到Qt';s项目,qt,shapefile,Qt,Shapefile,你能帮我吗,我在ubuntu操作系统下工作,通过synaptic manager安装了shapelib? 如何在QtCreator中添加此库 LIBS += -lshapelib 在.pro文件中如果系统中安装了shapelib,则添加 LIBS += -lshp 项目的in.pro文件

你能帮我吗,我在ubuntu操作系统下工作,通过synaptic manager安装了shapelib? 如何在QtCreator中添加此库

LIBS += -lshapelib

在.pro文件中

如果系统中安装了shapelib,则添加

LIBS += -lshp
项目的in.pro文件