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 | |
---|
25 | |
---|
26 | DEMOS AND EXAMPLES |
---|
27 | |
---|
28 | 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 |
---|
30 | typing 'qtdemo' on the command line or through the desktop's Start |
---|
31 | menu. On Mac OS X, you can find it in /Developers/Applications/Qt. |
---|
32 | |
---|
33 | |
---|
34 | REFERENCE DOCUMENTATION |
---|
35 | |
---|
36 | The Qt reference documentation is available locally in Qt's doc/html |
---|
37 | directory. You can use Qt Assistant to view it; to launch Assistant, |
---|
38 | type 'assistant' on the command line or use the Start menu. On Mac OS |
---|
39 | X, you can find it in /Developer/Applications/Qt. The latest |
---|
40 | documentation is available at http://doc.trolltech.com/. |
---|
41 | |
---|
42 | |
---|
43 | SUPPORTED PLATFORMS |
---|
44 | |
---|
45 | For this release, the following platforms have been tested: |
---|
46 | |
---|
47 | win32-g++ (mingw) |
---|
48 | win32-msvc |
---|
49 | win32-msvc2003 |
---|
50 | win32-msvc2005 |
---|
51 | win32-msvc2008 |
---|
52 | |
---|
53 | aix-xlc |
---|
54 | aix-xlc-64 |
---|
55 | hpux-acc |
---|
56 | hpux-acc-64 |
---|
57 | hpux-acc-o64 |
---|
58 | hpux-g++ |
---|
59 | hpux-g++-64 |
---|
60 | hpuxi-acc-32 |
---|
61 | hpuxi-acc-64 |
---|
62 | linux-g++ |
---|
63 | linux-icc |
---|
64 | linux-icc-32 |
---|
65 | linux-icc-64 |
---|
66 | solaris-cc |
---|
67 | solaris-cc-64 |
---|
68 | solaris-g++ |
---|
69 | solaris-g++-64 |
---|
70 | |
---|
71 | macx-g++ |
---|
72 | macx-g++42 |
---|
73 | |
---|
74 | qws/linux-x86-g++ |
---|
75 | qws/linux-arm-g++ |
---|
76 | |
---|
77 | wince50standard-armv4i-msvc2005 |
---|
78 | wince50standard-armv4i-msvc2008 |
---|
79 | wince50standard-mipsii-msvc2005 |
---|
80 | wince50standard-mipsii-msvc2008 |
---|
81 | wince50standard-x86-msvc2005 |
---|
82 | wince50standard-x86-msvc2008 |
---|
83 | wincewm50pocket-msvc2005 |
---|
84 | wincewm50pocket-msvc2008 |
---|
85 | wincewm50smart-msvc2005 |
---|
86 | wincewm50smart-msvc2008 |
---|
87 | wincewm60professional-msvc2005 |
---|
88 | wincewm60professional-msvc2008 |
---|
89 | wincewm60standard-msvc2005 |
---|
90 | wincewm60standard-msvc2008 |
---|
91 | |
---|
92 | 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 |
---|
97 | |
---|
98 | |
---|
99 | COMMERCIAL EDITIONS |
---|
100 | |
---|
101 | Desktop Edition licensees can use all the modules provided with their |
---|
102 | Qt package. |
---|
103 | |
---|
104 | GUI Framework licensees may only use the classes contained in |
---|
105 | the QtCore, QtGui (except QGraphicsView), QtTest, QtDBus and |
---|
106 | Qt3Support modules. |
---|
107 | |
---|
108 | For a full listing of the contents of each module, please refer to |
---|
109 | http://doc.trolltech.com/4.4/modules.html. |
---|
110 | |
---|
111 | |
---|
112 | HOW TO REPORT A BUG |
---|
113 | |
---|
114 | 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. |
---|
119 | |
---|
120 | Always include the following information in your bug report: the name |
---|
121 | and version number of your compiler; the name and version number of |
---|
122 | your operating system; the version of Qt you are using, and what |
---|
123 | configure options it was compiled with. |
---|
124 | |
---|
125 | If the problem you are reporting is only visible at run-time, try to |
---|
126 | create a small test program that shows the problem when run. Often, |
---|
127 | such a program can be created with some minor changes to one of the |
---|
128 | many example programs in Qt's examples directory. Please submit the |
---|
129 | bug report using the Task Tracker on the Trolltech website: |
---|
130 | |
---|
131 | http://qtsoftware.com/developer/task-tracker |
---|
132 | |
---|
133 | |
---|
134 | Qt is a trademark of Nokia Corporation and/or its subsidiary(-ies). |
---|