qmlFrontend/qmlFrontend.qrc
author unc0rr
Sat, 21 Nov 2015 23:56:41 +0300
branchqmlfrontend
changeset 11424 86c13e5662f1
parent 11415 05cf35103206
child 11426 ab6a6d9ebfc0
permissions -rw-r--r--
- Some refactoring - Room page, handle room join/part, room chat

<RCC>
    <qresource prefix="/">
        <file>qml/qmlFrontend/First.qml</file>
        <file>qml/qmlFrontend/GameConfig.qml</file>
        <file>qml/qmlFrontend/HWButton.qml</file>
        <file>qml/qmlFrontend/HWComboBox.qml</file>
        <file>qml/qmlFrontend/LocalGame.qml</file>
        <file>qml/qmlFrontend/main.qml</file>
        <file>qml/qmlFrontend/Connect.qml</file>
        <file>qml/qmlFrontend/Chat.qml</file>
        <file>qml/qmlFrontend/Room.qml</file>
        <file>qml/qmlFrontend/Lobby.qml</file>
    </qresource>
</RCC>