[561] | 1 | This is Qt version 4.6.1.
|
---|
[2] | 2 |
|
---|
| 3 | Qt is a comprehensive cross-platform C++ application framework. Qt 4
|
---|
| 4 | introduces new features and many improvements over the 3.x series. See
|
---|
[561] | 5 | http://qt.nokia.com/doc/latest/qt4-intro.html for details.
|
---|
[2] | 6 |
|
---|
| 7 | The Qt 4.x series is not binary compatible or source compatible with
|
---|
| 8 | the 3.x series. For more information on porting from Qt 3 to Qt 4, see
|
---|
[561] | 9 | http://qt.nokia.com/doc/latest/porting4.html.
|
---|
[2] | 10 |
|
---|
| 11 |
|
---|
| 12 | INSTALLING Qt
|
---|
| 13 |
|
---|
[561] | 14 | If you have a source package (a .tar.gz, or .zip file), follow the
|
---|
| 15 | instructions in the INSTALL file.
|
---|
| 16 |
|
---|
[2] | 17 | On Windows and Mac OS X, if you want to install the precompiled binary
|
---|
| 18 | packages, simply launch the package and follow the instructions in the
|
---|
| 19 | installation wizard.
|
---|
| 20 |
|
---|
[561] | 21 | For Mac OS X Carbon, the binary package requires Mac OS X 10.4 (Tiger) or
|
---|
[2] | 22 | later and GCC 4.0.1 to develop applications. Its applications will run
|
---|
[561] | 23 | on Mac OS X 10.4 and above.
|
---|
[2] | 24 |
|
---|
[561] | 25 | For Mac OS X Cocoa, the binary package requires Mac OS X 10.5 (Leopard) or
|
---|
| 26 | later and GCC 4.0.1 to develop applications. Its applications will run
|
---|
| 27 | on Mac OS X 10.5 and above.
|
---|
[2] | 28 |
|
---|
[561] | 29 | If you want to install the precompiled binary package for Symbian,
|
---|
| 30 | follow these instructions:
|
---|
| 31 | http://qt.nokia.com/doc/4.6/install-symbian-installer.html
|
---|
[2] | 32 |
|
---|
[561] | 33 |
|
---|
[2] | 34 | DEMOS AND EXAMPLES
|
---|
| 35 |
|
---|
| 36 | Once Qt is installed, we suggest that you take a look at the demos and
|
---|
|
---|