Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
你能帮我吗,我在ubuntu操作系统下工作并通过突触管理器安装了shapelib?如何在 QtCreator 中添加这个库?
LIBS += -lshapelib
在您的 .pro 文件中
如果 shapelib 安装在您的系统中,则添加
LIBS += -lshp
在项目的 .pro 文件中