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:
- Git Installation (http://qt.gitorious.org/qt/pages/GitInstallation)
- Get The Source (http://qt.gitorious.org/qt/pages/GetTheSource)
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.
No comments:
Post a Comment