summaryrefslogtreecommitdiff
path: root/examples/quick/controls
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2013-06-11 09:13:44 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-13 16:19:14 +0200
commit41e13d3746c8b7b5cd550091c63fd8ab066422cf (patch)
treed9f24de1b9949abffd1bda3fa775c0ba1a5cc272 /examples/quick/controls
parent3b10c17e34bd6da6278600f57a0ecafe5eb58431 (diff)
downloadqtquickcontrols-41e13d3746c8b7b5cd550091c63fd8ab066422cf.tar.gz
Add qml/js files in resource files
To make deployment of Qt Quick Controls based applications easier. Task-number: QTBUG-31565 Change-Id: I0b8af2864ef0dc9121eed3189ced64712bdb3d20 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'examples/quick/controls')
-rw-r--r--examples/quick/controls/text/qml/main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quick/controls/text/qml/main.qml b/examples/quick/controls/text/qml/main.qml
index d8f175ed..b2b863e2 100644
--- a/examples/quick/controls/text/qml/main.qml
+++ b/examples/quick/controls/text/qml/main.qml
@@ -319,6 +319,7 @@ ApplicationWindow {
anchors.bottom: parent.bottom
text: document.text
textFormat: Qt.RichText
+ baseUrl: "qrc:/"
Component.onCompleted: forceActiveFocus()
}