aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorOliver Eftevaag <oliver.eftevaag@qt.io>2021-08-30 13:59:51 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-31 11:51:14 +0000
commitcf8d5b33d4b15e1e4de6bd16687eaa07cfb24023 (patch)
tree55e219a8509b50d60151a3b4a0c54543b3a6e4e1 /examples
parent1da25250f9dc3199013b6769fae5e21970bc1e13 (diff)
DynamicView4 tutorial: add forgotten file to qrc
The FileSelector.qml component for some reason were never added to the qrc file, which meant that it didn't exist in the eyes of qmake. It should now be possible to run the program. Change-Id: Iaab67860123e926456c99b775449648f5d8e7c3c Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> (cherry picked from commit 71a781beb172c0c1e2653684e76cc51114b086f9) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples')
-rw-r--r--examples/quick/tutorials/dynamicview/dynamicview4/dynamicview4.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quick/tutorials/dynamicview/dynamicview4/dynamicview4.qrc b/examples/quick/tutorials/dynamicview/dynamicview4/dynamicview4.qrc
index c89a5e3a97..356f65fbfa 100644
--- a/examples/quick/tutorials/dynamicview/dynamicview4/dynamicview4.qrc
+++ b/examples/quick/tutorials/dynamicview/dynamicview4/dynamicview4.qrc
@@ -2,5 +2,6 @@
<qresource prefix="/">
<file>dynamicview.qml</file>
<file>PetsModel.qml</file>
+ <file>ListSelector.qml</file>
</qresource>
</RCC>