急!!!!!如何在.pro文件中指定jrtp动态库路径,qtopia 编译出错

cyj528 2011-11-14 02:21:33
video_form.cpp:(.text+0x74): undefined reference to `RTPSession::RTPSession(RTPMemoryManager*)'
video_form.cpp:(.text+0x1b1): undefined reference to `RTPSessionParams::RTPSessionParams()'
video_form.cpp:(.text+0x1ed): undefined reference to `RTPSession::Create(RTPSessionParams const&,RTPTransmissionParams const*, RTPTransmitter::TransmissionProtocol)'
video_form.cpp:(.text+0x212): undefined reference to `vtable for RTPIPv4Address'
video_form.cpp:(.text+0x225): undefined reference to `RTPSession::AddDestination(RTPAddress const&)'
video_form.cpp:(.text+0x24f): undefined reference to `RTPSession::SendPacket(void const*, unsigned int, unsigned char, bool, unsigned int)'
video_form.cpp:(.text+0x260): undefined reference to `RTPSession::BeginDataAccess()'
video_form.cpp:(.text+0x268): undefined reference to `RTPSession::GotoFirstSourceWithData()'
video_form.cpp:(.text+0x2b0): undefined reference to `RTPSession::DeletePacket(RTPPacket*)'
video_form.cpp:(.text+0x2bc): undefined reference to `RTPSession::GetNextPacket()'
video_form.cpp:(.text+0x2ce): undefined reference to `RTPSession::GotoNextSourceWithData()'
video_form.cpp:(.text+0x2de): undefined reference to `RTPSession::EndDataAccess()'
video_form.cpp:(.text+0x32d): undefined reference to `RTPSession::BYEDestroy(RTPTime const&, voidconst*, unsigned int)'
video_form.cpp:(.text+0x352): undefined reference to `RTPSession::~RTPSession()'
刚才查了下,说可以在.pro文件中指定jrtp动态库路径就行了,怎么指定的?小弟现在在做毕设,急啊啊啊啊啊
...全文
89 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
刀刀亮 2011-11-16
  • 打赏
  • 举报
回复
+1
[Quote=引用 1 楼 zhh_steven 的回复:]
LIBS += -Llib \
-lxxa \
-lxxb

# xxa 和 xxb是动态库名称,其文件存在在lib目录下
[/Quote]
zhh_kv 2011-11-14
  • 打赏
  • 举报
回复

LIBS += -Llib \
-lxxa \
-lxxb

# xxa 和 xxb是动态库名称,其文件存在在lib目录下

16,216

社区成员

发帖
与我相关
我的任务
社区描述
Qt 是一个跨平台应用程序框架。通过使用 Qt,您可以一次性开发应用程序和用户界面,然后将其部署到多个桌面和嵌入式操作系统,而无需重复编写源代码。
社区管理员
  • Qt
  • 亭台六七座
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧