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.
我想为现有的 jpeg 库创建一个包装类。我已经在 Qt creator 中创建了项目?谁能告诉我如何在 Qt Creator 中链接 libjpeg8?
只需添加
LIBS += -L/usr/lib -ljpeg8
在您的 .pro 文件中