乌班图 + qt,如何更新?

发布于 2024-11-04 19:08:23 字数 233 浏览 1 评论 0原文

从ubuntu软件中心安装了qt,然后找不到带有qml的示例,检查版本,显示在/usr/lib中使用Qt版本4.6.2。

我的问题,如何更新qt Creator和qt? qt Creator 上是否有任何按钮或 make 或 qmake 中的函数可以从 4.6.x 更新到 4.7.xxx?

如果我从官方网站下载新版本,我将复制所有作为 qt 创建者、语言学家、助手和设计师的东西,并且担心会混淆我在开发中使用的版本。

Installed qt from ubuntu software center then can't find examples with qml, checked version, it shows that Using Qt version 4.6.2 in /usr/lib.

My question, how to update qt creator and qt?
Is there any button on qt creator or function in make or qmake to update from 4.6.x to 4.7.xxx?

If I will download new version from official site I will duplicate all that things as qt creator, linguist, assinstent and designer, and fear to be confused which version I using in development.

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

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

发布评论

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

评论(3

£烟消云散 2024-11-11 19:08:23

将您的 ubuntu 更新到 10.10 或 11.04 或使用此 ppa,其中包含 Qt 4.7.0

deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu lucid main

Either update your ubuntu to 10.10 or 11.04 or use this ppa, which contains Qt 4.7.0

deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu lucid main
十六岁半 2024-11-11 19:08:23

首先确保您已安装libqt4-devsudo apt-get install libqt4-dev

然后尝试:sudo apt-get update && sudo apt-get dist-upgrade

First make sure you have libqt4-dev installed: sudo apt-get install libqt4-dev.

Then try: sudo apt-get update && sudo apt-get dist-upgrade.

ま昔日黯然 2024-11-11 19:08:23

对于大家提出的这个问题:情况已经改变了。目前,存储库包含最新的 Qt 软件包。

要添加它,请运行: sudo add-apt-repository ppa:forumnokia/fn-ppa

For everyone asked this question: the situation has been changed. Currently there is the repository with the latest packages for Qt.

To add it, run: sudo add-apt-repository ppa:forumnokia/fn-ppa

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