Qt:添加 Poppler 库

发布于 2024-09-10 07:34:11 字数 191 浏览 11 评论 0原文

我已经从 Qt 网站下载了适用于 Linux 的 Qt SDK(带有库)。现在我想向其中添加 poppler 库,以便我可以阅读 PDF 文件。但问题是,如果我从 Ubuntu 存储库安装 libpoppler-qt4-dev ,它会提取 SDK 中已有的所有 Qt 库。

我怎样才能简单地安装 poppler 而不会造成额外的臃肿。

I have downloaded Qt SDK (with the libraries) for Linux from the Qt website. Now I want to add the poppler library to it so that I can read PDF files. But the problem is if I install libpoppler-qt4-dev from the Ubuntu repos it pulls all the Qt libs which are already there in the SDK.

How can I simply install poppler without the extra bloat.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

一杆小烟枪 2024-09-17 07:34:11

我认为要正确地做到这一点,您必须从源代码构建 libpoppler。 SDK 中提供的 Qt 库与通常的 ubuntu 软件包中提供的 Qt 库是不同的版本。

如果版本足够相似,您可以尝试依靠 Qt 的二进制向后兼容性,通过下载(不安装)libpoppler-qt4-dev 包并修改其依赖项。但这是一项繁重的工作,并且可能会引入困难的错误。

I think to do it properly, you'll have to build libpoppler from source. The Qt libraries supplied in the SDK are a different version to those supplied in the usual ubuntu packages.

You could try relying on the binary backwards compatibility of Qt if the versions are similar enough, by downloading (without installing) the libpoppler-qt4-dev package and modifying it's dependencies. But that's a lot of work and might introduce difficult bugs.

云醉月微眠 2024-09-17 07:34:11

为什么不直接从发行版安装您需要的所有 Qt 组件。混合第三方和发行版提供的软件包可能会很痛苦(正如您所见),因此如果您可以通过坚持使用存储库来避免它,那么您应该这样做。

Why not install all of the Qt components you need directly from your distro. Mixing third party and distro provided packages can be a pain (as you've seen) so if you can avoid it by sticking to the repositories, you should.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文