Linux QT install and configration

These days I have a task about building a GUI for SFTP(one ftp software built ourselves).

So I choose QT and learn to use it: )

 

First, download the tarball "qt-x11-opensource-src-4.5.1.tar.gz" & "qt-creator-1.1.0-src.zip"

 

Second, tar and install the qt-x11 as follow:

 

 

 

Third, set qt environment var at .profile

 

Up to now, we can use command 'qmake -project' and 'qmake' to create a Makefile of QT project and make it. Next I will show you how to install and use  qt-creater, bye : )

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章