From a9c8eb5a0a8d24f6f4c072ff89f6c40476ea4f89 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Thu, 25 Apr 2013 12:28:47 +0200 Subject: README: Update the README file Change-Id: I33d73c7af46a22beb082b16d5b0775e9cdfd0f27 Reviewed-by: Iikka Eklund Reviewed-by: Sergio Ahumada --- dist/README | 35 ++++++++++++++++------------------- 1 file changed, 16 insertions(+), 19 deletions(-) (limited to 'dist') diff --git a/dist/README b/dist/README index 19443c1bbe..6332d12c34 100644 --- a/dist/README +++ b/dist/README @@ -58,11 +58,12 @@ Directory Structure ------------------- The default top-level installation directory is the directory "Qt" in -your home directory, but you can specify another directory (). Each -Qt version is installed in the / directory. This -directory contains subdirectories for the Qt libraries (), -documentation (doc), and sources (src). The directory contains -subdirectories for development tools (bin) and examples. +your home directory, but you can specify another directory (). On +Windows, however, the default top-level installation directory is "C:\Qt\Qt". +Each Qt version is installed in the / directory. This directory +contains subdirectories for the Qt libraries () and sources (Src). +The directory contains subdirectories for development tools (bin) and +examples. Starting Development Tools @@ -80,25 +81,21 @@ the command line. You can also launch some of them as standalone applications. For example: - Qt Assistant, the Qt documentation reader -- qmlscene, the viewer for Qt Quick2 declarative QML applications -- QMLViewer, the viewer for Qt Quick1 declarative QML applications -- Qt Designer, the GUI designer for Qt widgets-based applications +- Qt QML Scene, the viewer for Qt Quick 2 files +- Qt QML Viewer, the viewer for Qt Quick 1 files +and - Qt Designer, the GUI designer for Qt widgets-based applications +You can use Qt Creator to develop with other Qt versions as well: -Running Example Applications ----------------------------- - -You can open example applications in the Qt Creator Welcome mode to build and -run them. + http://qt-project.org/doc/qtcreator-2.6/creator-project-qmake.html -The QML based Quick 2 examples are located in -///examples/qtdeclarative. You can load them -using the qmlscene application. -The QML based Quick 1 examples are located in -///examples/qtquick1. You can view them with the -QMLViewer application. +Running Example Applications +---------------------------- +You can open most example applications in the Qt Creator Welcome mode to build +and run them. Additional examples can be opened by browsing +///examples. Building Qt 5 from Source ------------------------- -- cgit v1.2.3