qmlfrontend/qml.qrc
author S.D.
Tue, 27 Sep 2022 14:59:03 +0300
changeset 15878 fc3cb23fd26f
parent 14143 745c73e0e644
permissions -rw-r--r--
Allow to see rooms of incompatible versions in the lobby For the new clients the room version is shown in a separate column. There is also a hack for previous versions clients: the room vesion specifier is prepended to the room names for rooms of incompatible versions, and the server shows 'incompatible version' error if the client tries to join them.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14143
745c73e0e644 Start working on frontend to rust engine rewrite
unC0Rr
parents: 12854
diff changeset
     1
<RCC>
12854
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     2
    <qresource prefix="/">
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     3
        <file>main.qml</file>
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     4
        <file>Page1.qml</file>
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     5
        <file>Page1Form.ui.qml</file>
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     6
        <file>qtquickcontrols2.conf</file>
14143
745c73e0e644 Start working on frontend to rust engine rewrite
unC0Rr
parents: 12854
diff changeset
     7
        <file>res/iconTime.png</file>
12854
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     8
    </qresource>
28cb18c5e712 Add new qmlfrontend project template
unc0rr
parents:
diff changeset
     9
</RCC>