aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/text/text.pro
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-03-02 14:30:51 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-09 11:03:23 +0100
commit4b56661fd27cf6ce0c9410759fbd5c390e41dd69 (patch)
treedc27d3cd25f308100d8176d371a3748f2abbf65e /examples/quick/text/text.pro
parent356bdc098d6f120003db227416c788bd9d51048d (diff)
Update text examples to new guidelines
Change-Id: I6bbf414f3734bc2f29a7182746c5df158a5924da Reviewed-by: Yann Bodson <yann.bodson@nokia.com>
Diffstat (limited to 'examples/quick/text/text.pro')
-rw-r--r--examples/quick/text/text.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/quick/text/text.pro b/examples/quick/text/text.pro
new file mode 100644
index 0000000000..ecd0762eda
--- /dev/null
+++ b/examples/quick/text/text.pro
@@ -0,0 +1,10 @@
+TEMPLATE = app
+
+QT += quick declarative
+SOURCES += main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/text
+qml.files = fonts imgtag styledtext-layout.qml text.qml textselection
+qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/text
+INSTALLS += target qml
+