diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-03-29 04:43:43 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-03-29 04:43:43 (GMT) |
commit | e3ec89ed31439a83c10a2fc2d770283f4f10f31a (patch) | |
tree | 2e46d82da5dd5fc52fa6cc1c0948ba8000293381 /examples | |
parent | 5f5bd682ea2dfa7a4ee5d66586a7499e91ca3205 (diff) | |
download | Qt-e3ec89ed31439a83c10a2fc2d770283f4f10f31a.zip Qt-e3ec89ed31439a83c10a2fc2d770283f4f10f31a.tar.gz Qt-e3ec89ed31439a83c10a2fc2d770283f4f10f31a.tar.bz2 |
Update examples/declarative.pro
Diffstat (limited to 'examples')
-rw-r--r-- | examples/declarative/declarative.pro | 5 | ||||
-rw-r--r-- | examples/declarative/widgets/README | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/examples/declarative/declarative.pro b/examples/declarative/declarative.pro index b8c0200..bddfbee 100644 --- a/examples/declarative/declarative.pro +++ b/examples/declarative/declarative.pro @@ -5,7 +5,8 @@ SUBDIRS = \ extending \ imageprovider \ objectlistmodel \ - plugins + plugins \ + widgets # These examples contain no C++ and can simply be copied sources.files = \ @@ -14,12 +15,12 @@ sources.files = \ behaviours \ border-image \ clocks \ - colorbrowser \ connections \ dial \ dynamic \ effects \ fillmode \ + focus \ focusscope \ fonts \ gridview \ diff --git a/examples/declarative/widgets/README b/examples/declarative/widgets/README new file mode 100644 index 0000000..f85a1e8 --- /dev/null +++ b/examples/declarative/widgets/README @@ -0,0 +1,4 @@ +To run: + + make install + qml mywidgets.qml |