0

在 Ubuntu Qt 创建者中,我尝试使用静态库构建应用程序,而我尝试构建主应用程序时显示以下错误

TDecTop.cpp:-1: error: undefined reference to `TComAPS::createSaoParam()'
File not Found
.
.
.

此函数在静态库中定义,但包含静态库...

我包括如下静态库(在 .pro 顶部)

LIBS += -L$$PWD/../Lib$${COMSATLIB} -lTLibCommon

LIBS += -L$$PWD/../Lib$${DECSATLIB} -lTLibDecoder

以及如何像 VS2008 一样在 Qt creator 中管理多个项目

4

0 回答 0