乌班图 + qt,如何更新?
从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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
将您的 ubuntu 更新到 10.10 或 11.04 或使用此 ppa,其中包含 Qt 4.7.0
Either update your ubuntu to 10.10 or 11.04 or use this ppa, which contains Qt 4.7.0
首先确保您已安装
libqt4-dev
:sudo 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
.对于大家提出的这个问题:情况已经改变了。目前,存储库包含最新的 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