简体   繁体   中英

Ubuntu + qt, how to update?

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.

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

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 .

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM