1 | This is Qt version 4.5.1.
|
---|
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
|
---|
5 | http://doc.trolltech.com/latest/qt4-intro.html for details.
|
---|
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
|
---|
9 | http://doc.trolltech.com/latest/porting4.html.
|
---|
10 |
|
---|
11 |
|
---|
12 | INSTALLING Qt
|
---|
13 |
|
---|
14 | On Windows and Mac OS X, if you want to install the precompiled binary
|
---|
15 | packages, simply launch the package and follow the instructions in the
|
---|
16 | installation wizard.
|
---|
17 |
|
---|
18 | On Mac OS X, the binary package requires Mac OS X 10.4.x (Tiger) or
|
---|
19 | later and GCC 4.0.1 to develop applications. Its applications will run
|
---|
20 | on Mac OS X 10.3.9 and above.
|
---|
21 |
|
---|
22 | If you have a source package (a .tar.gz, .tar.bz2, or .zip file),
|
---|
23 | follow the instructions in the INSTALL file.
|
---|
24 |
|
---|
|
---|