qtdeclarative/examples
Friedemann Kleint 8901f927bf examples\..\scenegraph.pro: Remove duplicate entry textureinsgnode
Fixes build warnings:
Cannot add commands to previously defined target sub-textureinsgnode-qmake_all.
Cannot add commands to previously defined target sub-textureinsgnode.
Cannot add commands to previously defined target sub-textureinsgnode-make_first.

Change-Id: Ieaa8b688fa112d42efa05721ff3bfe251036a69b
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2016-12-01 14:54:10 +00:00
..
qml Get rid of most QT_NO_FOO usages 2016-11-29 10:10:27 +00:00
qmltest Updated license headers 2016-01-20 11:46:11 +00:00
quick examples\..\scenegraph.pro: Remove duplicate entry textureinsgnode 2016-12-01 14:54:10 +00:00
HACKING Doc: Qt QML: Fix module name format 2013-04-19 14:14:03 +02:00
README Doc: Update module "Qt Declarative" -> "Qt Quick" 2013-03-30 01:12:32 +01:00
examples.pro Fixed build when Qt is configured with -no-opengl. 2013-02-20 08:52:28 +01:00

README

The Qt Quick module provides the basic elements to specify and implement your
user interface declaratively, using the Qt Meta-Object Language (QML). The
Qt QML module provides the engine and language infrastructure for QML itself.
This language is very expressive and human readable, and can be used by
designers to actually implement their UI vision. QML UIs can integrate
with C++ code in many ways, including being loaded as a part of a C++ UI
and loading data models from C++ and interacting with them.

Mostof these examples can be viewed directly with the
QML viewer utility, without requiring compilation.

Documentation for these examples can be found via the Examples
link in the main Qt documentation.