Changeset 561 for trunk/README
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/README
r2 r561 1 This is Qt version 4. 5.1.1 This is Qt version 4..1. 2 2 3 3 Qt is a comprehensive cross-platform C++ application framework. Qt 4 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.5 http:///latest/qt4-intro.html for details. 6 6 7 7 The Qt 4.x series is not binary compatible or source compatible with 8 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.9 http:///latest/porting4.html. 10 10 11 11 12 12 INSTALLING Qt 13 14 15 13 16 14 17 On Windows and Mac OS X, if you want to install the precompiled binary … … 16 19 installation wizard. 17 20 18 On Mac OS X, the binary package requires Mac OS X 10.4.x(Tiger) or21 (Tiger) or 19 22 later and GCC 4.0.1 to develop applications. Its applications will run 20 on Mac OS X 10. 3.9and above.23 on Mac OS X 10. and above. 21 24 22 If you have a source package (a .tar.gz, .tar.bz2, or .zip file), 23 follow the instructions in the INSTALL file. 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. 28 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 24 32 25 33 … … 27 35 28 36 Once Qt is installed, we suggest that you take a look at the demos and 29 examples to see Qt in action. Run the Qt Examples and Demos either by 37 examples to see Qt in action. 38 39 For desktop computers, run the Qt Examples and Demos either by 30 40 typing 'qtdemo' on the command line or through the desktop's Start 31 41 menu. On Mac OS X, you can find it in /Developers/Applications/Qt. 42 43 44 32 45 33 46 … … 38 51 type 'assistant' on the command line or use the Start menu. On Mac OS 39 52 X, you can find it in /Developer/Applications/Qt. The latest 40 documentation is available at http:// doc.trolltech.com/.53 documentation is available at http:///. 41 54 42 55 43 56 SUPPORTED PLATFORMS 44 57 45 For this release, the following platforms have been tested:46 47 win32-g++ (mingw)48 win32-msvc49 win32-msvc200350 win32-msvc200551 win32-msvc200852 53 aix-xlc54 aix-xlc-6455 hpux-acc56 hpux-acc-6457 hpux-acc-o6458 hpux-g++59 hpux-g++-6460 hpuxi-acc-3261 hpuxi-acc-6462 linux-g++63 linux-icc64 linux-icc-3265 linux-icc-6466 solaris-cc67 solaris-cc-6468 solaris-g++69 solaris-g++-6470 71 macx-g++72 macx-g++4273 74 qws/linux-x86-g++75 qws/linux-arm-g++76 77 wince50standard-armv4i-msvc200578 wince50standard-armv4i-msvc200879 wince50standard-mipsii-msvc200580 wince50standard-mipsii-msvc200881 wince50standard-x86-msvc200582 wince50standard-x86-msvc200883 wincewm50pocket-msvc200584 wincewm50pocket-msvc200885 wincewm50smart-msvc200586 wincewm50smart-msvc200887 wincewm60professional-msvc200588 wincewm60professional-msvc200889 wincewm60standard-msvc200590 wincewm60standard-msvc200891 92 58 For a complete list of supported platforms, see 93 http://www.qtsoftware.com/developer/supported-platforms/supported-platforms/ 94 95 For a description of Qt's platform support policy, see 96 http://www.qtsoftware.com/support-services/support/platform-support-policy 59 http://qt.nokia.com/doc/4.6/supported-platforms.html. 97 60 98 61 … … 107 70 108 71 For a full listing of the contents of each module, please refer to 109 http:// doc.trolltech.com/4.4/modules.html.72 http:// 110 73 111 74 … … 113 76 114 77 If you think you have found a bug in Qt, we would like to hear about 115 it so that we can fix it. Before reporting a bug, please check 116 http://qtsoftware.com/developer/faqs/ and 117 http://qtsoftware.com/products/appdev/platform/platforms/ to see if 118 the issue is already known. 78 it so that we can fix it. The Qt bug tracking system is open to the 79 public at http://bugreports.qt.nokia.com/. 80 81 Before reporting a bug, please use the bug-tracker's search functions 82 and consult http://qt.nokia.com/developer/faqs/ to see if the issue is 83 already known. 119 84 120 85 Always include the following information in your bug report: the name …