author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 12 Mar 2010 15:46:37 +0200 | |
branch | RCL_3 |
changeset 5 | d3bac044e0f0 |
parent 4 | 3b1da2848fc7 |
permissions | -rw-r--r-- |
0 | 1 |
This is Qt version %VERSION%. |
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://qt.nokia.com/doc/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://qt.nokia.com/doc/latest/porting4.html. |
|
10 |
||
11 |
||
12 |
INSTALLING Qt |
|
13 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
14 |
If you have a source package (a .tar.gz, or .zip file), follow the |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
15 |
instructions in the INSTALL file. |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
16 |
|
0 | 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 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
21 |
For Mac OS X Carbon, the binary package requires Mac OS X 10.4 (Tiger) or |
0 | 22 |
later and GCC 4.0.1 to develop applications. Its applications will run |
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
23 |
on Mac OS X 10.4 and above. |
0 | 24 |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
25 |
For Mac OS X Cocoa, the binary package requires Mac OS X 10.5 (Leopard) or |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
26 |
later and GCC 4.0.1 to develop applications. Its applications will run |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
27 |
on Mac OS X 10.5 and above. |
0 | 28 |
|
4
3b1da2848fc7
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
3
diff
changeset
|
29 |
If you want to install the precompiled binary package for Symbian, |
3b1da2848fc7
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
3
diff
changeset
|
30 |
follow these instructions: |
3b1da2848fc7
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
3
diff
changeset
|
31 |
http://qt.nokia.com/doc/%SHORTVERSION%/install-symbian-installer.html |
3b1da2848fc7
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
3
diff
changeset
|
32 |
|
0 | 33 |
|
34 |
DEMOS AND EXAMPLES |
|
35 |
||
36 |
Once Qt is installed, we suggest that you take a look at the demos and |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
37 |
examples to see Qt in action. |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
38 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
39 |
For desktop computers, run the Qt Examples and Demos either by |
0 | 40 |
typing 'qtdemo' on the command line or through the desktop's Start |
41 |
menu. On Mac OS X, you can find it in /Developers/Applications/Qt. |
|
42 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
43 |
For embedded devices, launch the Qt 'fluidlauncher' demo, either through |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
44 |
the platforms filebrowser or the built in menu system. |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
45 |
|
0 | 46 |
|
47 |
REFERENCE DOCUMENTATION |
|
48 |
||
49 |
The Qt reference documentation is available locally in Qt's doc/html |
|
50 |
directory. You can use Qt Assistant to view it; to launch Assistant, |
|
51 |
type 'assistant' on the command line or use the Start menu. On Mac OS |
|
52 |
X, you can find it in /Developer/Applications/Qt. The latest |
|
53 |
documentation is available at http://qt.nokia.com/doc/. |
|
54 |
||
55 |
||
56 |
SUPPORTED PLATFORMS |
|
57 |
||
58 |
For a complete list of supported platforms, see |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
59 |
http://qt.nokia.com/doc/%SHORTVERSION%/supported-platforms.html. |
0 | 60 |
|
61 |
||
62 |
COMMERCIAL EDITIONS |
|
63 |
||
64 |
Desktop Edition licensees can use all the modules provided with their |
|
65 |
Qt package. |
|
66 |
||
67 |
GUI Framework licensees may only use the classes contained in |
|
68 |
the QtCore, QtGui (except QGraphicsView), QtTest, QtDBus and |
|
69 |
Qt3Support modules. |
|
70 |
||
71 |
For a full listing of the contents of each module, please refer to |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
72 |
http://qt.nokia.com/doc/%SHORTVERSION%/modules.html |
0 | 73 |
|
74 |
||
75 |
HOW TO REPORT A BUG |
|
76 |
||
77 |
If you think you have found a bug in Qt, we would like to hear about |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
78 |
it so that we can fix it. The Qt bug tracking system is open to the |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
79 |
public at http://bugreports.qt.nokia.com/. |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
80 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
81 |
Before reporting a bug, please use the bug-tracker's search functions |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
82 |
and consult http://qt.nokia.com/developer/faqs/ to see if the issue is |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
83 |
already known. |
0 | 84 |
|
85 |
Always include the following information in your bug report: the name |
|
86 |
and version number of your compiler; the name and version number of |
|
87 |
your operating system; the version of Qt you are using, and what |
|
88 |
configure options it was compiled with. |
|
89 |
||
90 |
If the problem you are reporting is only visible at run-time, try to |
|
91 |
create a small test program that shows the problem when run. Often, |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
92 |
such a program can be created with some minor changes to one of the many |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
93 |
example programs in Qt's examples directory, or to the autotests that |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
94 |
are available in the public source repository on http://qt.gitorious.org/. |
0 | 95 |
|
96 |
||
97 |
Qt is a trademark of Nokia Corporation and/or its subsidiary(-ies). |