README: Update the README file
Change-Id: I33d73c7af46a22beb082b16d5b0775e9cdfd0f27 Reviewed-by: Iikka Eklund <iikka.eklund@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
This commit is contained in:
parent
c29cbfa858
commit
a9c8eb5a0a
35
dist/README
vendored
35
dist/README
vendored
@ -58,11 +58,12 @@ Directory Structure
|
|||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
The default top-level installation directory is the directory "Qt<version>" in
|
The default top-level installation directory is the directory "Qt<version>" in
|
||||||
your home directory, but you can specify another directory (<install_dir>). Each
|
your home directory, but you can specify another directory (<install_dir>). On
|
||||||
Qt version is installed in the <install_dir>/<version> directory. This
|
Windows, however, the default top-level installation directory is "C:\Qt\Qt<version>".
|
||||||
directory contains subdirectories for the Qt libraries (<compiler>),
|
Each Qt version is installed in the <install_dir>/<version> directory. This directory
|
||||||
documentation (doc), and sources (src). The <compiler> directory contains
|
contains subdirectories for the Qt libraries (<compiler>) and sources (Src).
|
||||||
subdirectories for development tools (bin) and examples.
|
The <compiler> directory contains subdirectories for development tools (bin) and
|
||||||
|
examples.
|
||||||
|
|
||||||
|
|
||||||
Starting Development Tools
|
Starting Development Tools
|
||||||
@ -80,25 +81,21 @@ the command line. You can also launch some of them as standalone applications.
|
|||||||
For example:
|
For example:
|
||||||
|
|
||||||
- Qt Assistant, the Qt documentation reader
|
- Qt Assistant, the Qt documentation reader
|
||||||
- qmlscene, the viewer for Qt Quick2 declarative QML applications
|
- Qt QML Scene, the viewer for Qt Quick 2 files
|
||||||
- QMLViewer, the viewer for Qt Quick1 declarative QML applications
|
- Qt QML Viewer, the viewer for Qt Quick 1 files
|
||||||
- Qt Designer, the GUI designer for Qt widgets-based applications
|
and - Qt Designer, the GUI designer for Qt widgets-based applications
|
||||||
|
|
||||||
|
You can use Qt Creator to develop with other Qt versions as well:
|
||||||
|
|
||||||
|
http://qt-project.org/doc/qtcreator-2.6/creator-project-qmake.html
|
||||||
|
|
||||||
|
|
||||||
Running Example Applications
|
Running Example Applications
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
You can open example applications in the Qt Creator Welcome mode to build and
|
You can open most example applications in the Qt Creator Welcome mode to build
|
||||||
run them.
|
and run them. Additional examples can be opened by browsing
|
||||||
|
<install_dir>/<version>/<compiler>/examples.
|
||||||
The QML based Quick 2 examples are located in
|
|
||||||
<install_dir>/<version>/<compiler>/examples/qtdeclarative. You can load them
|
|
||||||
using the qmlscene application.
|
|
||||||
|
|
||||||
The QML based Quick 1 examples are located in
|
|
||||||
<install_dir>/<version>/<compiler>/examples/qtquick1. You can view them with the
|
|
||||||
QMLViewer application.
|
|
||||||
|
|
||||||
|
|
||||||
Building Qt 5 from Source
|
Building Qt 5 from Source
|
||||||
-------------------------
|
-------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user