aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/righttoleft/righttoleft.pro
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-03-07 17:10:14 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-09 11:03:23 +0100
commit576fb7a8c9e15052f8662e3fcbe03a87c8316939 (patch)
tree365b607d0b7c33eddfb5b3110d047d23ace6daea /examples/quick/righttoleft/righttoleft.pro
parent4b56661fd27cf6ce0c9410759fbd5c390e41dd69 (diff)
Update righttoleft examples to new form factor
Change-Id: I2591f45a91da8bad90c5f3b9c963199c57bcf74d Reviewed-by: Yann Bodson <yann.bodson@nokia.com>
Diffstat (limited to 'examples/quick/righttoleft/righttoleft.pro')
-rw-r--r--examples/quick/righttoleft/righttoleft.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/quick/righttoleft/righttoleft.pro b/examples/quick/righttoleft/righttoleft.pro
new file mode 100644
index 0000000000..eb1ecbbf18
--- /dev/null
+++ b/examples/quick/righttoleft/righttoleft.pro
@@ -0,0 +1,10 @@
+TEMPLATE = app
+
+QT += quick declarative
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/righttoleft
+qml.files = righttoleft.qml layoutdirection layoutmirroring textalignment
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/righttoleft
+INSTALLS += target qml
+