build system cleanups
[profile/ivi/qtdeclarative.git] / examples / shared / README
1 These files are shared between multiple examples as a set of common and
2 reusuable components. While they do demonstrate the building of reusable
3 components in QML, they are not official examples themselves.
4 Consequently they do not have entries in the Qt documentation, and are
5 documented only through the code comments within the files. Developers
6 new to QML are strongly encouraged to go through the official examples
7 before delving into this directory.
8
9 For most application use, see the Qt Quick Components project to find
10 ready-made Components you can use in your own projects. Qt Declarative
11 examples do not use them only to avoid external dependencies.