summaryrefslogtreecommitdiff
path: root/examples/quick
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick')
-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()
}