PDA

View Full Version : [help]Install QT4 in Ubuntu



wth_china
June 27th, 2007, 05:41 AM
I want to learn QT4 in Ubuntu,I have installed it in WindowsXP,but it has some problem in linux.Can't make the program.
I want to use synaptic to install the QT4,QT assistant,QT designer,can you tell me how to do.

yabbadabbadont
June 27th, 2007, 05:43 AM
Search for libqt4 and install whichever of the packages that show up you want. Probably libqt4-dev will get you most of what you want. You could also install kdevelop and that should pull in pretty much everything you would need.

wth_china
June 27th, 2007, 11:31 AM
you mean install Kdevelop will install all package QT4 need?

samjh
June 27th, 2007, 02:34 PM
No, KDevelop will install QT3.

Install QT4 as Yabbadabbadont has posted. But you can install KDevelop as a C++ IDE, if you want.

wth_china
June 27th, 2007, 03:14 PM
OK,I will use Kdevelop.

wyrmfire
December 30th, 2007, 10:35 AM
Another good one for an IDE (with a more streamlined approach) is QDevelop.

Is my editor of choice and its designed specifically for Qt4.

Regards,


Wyrmfire

P.S: I know this is an old thread but at the same time is still providing some further information.

:popcorn:

TheRoot
March 13th, 2008, 03:24 AM
I did this:


apt-get install libqt4-core libqt4-dev libqt4-gui
qt4-dev-tools

LaRoza
March 13th, 2008, 03:43 AM
Necromancy is not really condoned by the forum :)