Thursday, November 26, 2009

Installing the Qt Framework on Netbeans IDE 6.7

Installing the Qt Framework:

You can download the Qt framework for your Windows, Linux, or Mac OS X platform from www.qtsoftware.com/downloads.


If you are using a Solaris platform, it is possible to build the Qt framework from sources that you can get from the official Qt source code repository. (http://qt.gitorious.org/qt/qt)

Other helpful links for building Qt from source:

After you install the Qt framework, make sure that Qt tools are available from the command line. Typing qmake -v in a terminal should print Qt version information rather than an error message. If qmake is not found, add QTDIR/bin to your PATH environment variable, where QTDIR is your Qt installation directory.

Sunday, November 1, 2009