Skip to content

Commit 9ecb94d

Browse files
PeterPetriknyalldawson
authored andcommittedApr 29, 2020
[ios] fix qrc path required for Qt 5.14.2 for iOS
1 parent 909dd31 commit 9ecb94d

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed
 

‎src/quickgui/plugin/ios/qgsquick.qrc

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<RCC>
22
<qresource prefix="/QgsQuick">
33
<file>qmldir</file>
4-
<file>qgsquickeditorwidgetcombobox.qml</file>
5-
<file>qgsquickcheckbox.qml</file>
6-
<file>qgsquickdatetime.qml</file>
7-
<file>qgsquickexternalresource.qml</file>
8-
<file>qgsquicktextedit.qml</file>
9-
<file>qgsquickrange.qml</file>
10-
<file>qgsquickvaluemap.qml</file>
11-
<file>qgsquickvaluerelation.qml</file>
12-
<file>qgsquickfeatureform.qml</file>
13-
<file>qgsquickfeatureformstyling.qml</file>
14-
<file>qgsquickmapcanvas.qml</file>
15-
<file>qgsquickmessagelog.qml</file>
16-
<file>qgsquickphotopanel.qml</file>
17-
<file>qgsquickpositionmarker.qml</file>
18-
<file>qgsquickicontextitem.qml</file>
19-
<file>qgsquickscalebar.qml</file>
4+
<file>../editor/qgsquickeditorwidgetcombobox.qml</file>
5+
<file>../editor/qgsquickcheckbox.qml</file>
6+
<file>../editor/qgsquickdatetime.qml</file>
7+
<file>../editor/qgsquickexternalresource.qml</file>
8+
<file>../editor/qgsquicktextedit.qml</file>
9+
<file>../editor/qgsquickrange.qml</file>
10+
<file>../editor/qgsquickvaluemap.qml</file>
11+
<file>../editor/qgsquickvaluerelation.qml</file>
12+
<file>../qgsquickfeatureform.qml</file>
13+
<file>../qgsquickfeatureformstyling.qml</file>
14+
<file>../qgsquickmapcanvas.qml</file>
15+
<file>../qgsquickmessagelog.qml</file>
16+
<file>../qgsquickphotopanel.qml</file>
17+
<file>../qgsquickpositionmarker.qml</file>
18+
<file>../components/qgsquickicontextitem.qml</file>
19+
<file>../qgsquickscalebar.qml</file>
2020
</qresource>
2121
</RCC>

0 commit comments

Comments
 (0)
Please sign in to comment.