aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qtquick/imageelements/imageelements.pro
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-02-28 13:20:56 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-01 05:43:07 +0100
commitbeecd8388bc5f3f95c221027318642429f1902cb (patch)
tree51867343b19f2b0d89bd188e526c1d23170c32bf /examples/qtquick/imageelements/imageelements.pro
parente3a43b3ca3b1e2d6fd92945d6d7f42aed8203abc (diff)
Update ImageElement examples
Now more consistently formed. Required a UI redesign for border image, you now view one at a time, with a selector control. Change-Id: Idf64119b644c1a79779ea0a46412247d6d013cb1 Reviewed-by: Alan Alpert <alan.alpert@nokia.com> Reviewed-by: Yann Bodson <yann.bodson@nokia.com>
Diffstat (limited to 'examples/qtquick/imageelements/imageelements.pro')
-rw-r--r--examples/qtquick/imageelements/imageelements.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/qtquick/imageelements/imageelements.pro b/examples/qtquick/imageelements/imageelements.pro
new file mode 100644
index 0000000000..5300cbd870
--- /dev/null
+++ b/examples/qtquick/imageelements/imageelements.pro
@@ -0,0 +1,10 @@
+TEMPLATE = app
+
+QT += quick declarative
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/imageelements
+qml.files = borderimage.qml content imageelements.qml image.qml shadows.qml simplesprite.qml spriteimage.qml
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/imageelements
+INSTALLS += target qml
+