summaryrefslogtreecommitdiff
path: root/gui/gui.qrc
blob: be0d3e9909fa29f51fcbdf4022ac915d4847a051 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<RCC>
    <qresource prefix="/">

        <file>qml/main.qml</file>
        <file>qml/VpnState.qml</file>
        <file>qml/AboutDialog.qml</file>
        <file>qml/DonateDialog.qml</file>
        <file>qml/LoginDialog.qml</file>
        <file>qml/LoginOKDialog.qml</file>
        <file>qml/FailDialog.qml</file>

        <file>assets/icon/png/black/vpn_off.png</file>
        <file>assets/icon/png/black/vpn_on.png</file>
        <file>assets/icon/png/black/vpn_wait_0.png</file>
        <file>assets/icon/png/black/vpn_wait_1.png</file>
        <file>assets/icon/png/black/vpn_wait_2.png</file>
        <file>assets/icon/png/black/vpn_wait_3.png</file>

        <file>assets/icon/png/white/vpn_off.png</file>
        <file>assets/icon/png/white/vpn_on.png</file>
        <file>assets/icon/png/white/vpn_wait_0.png</file>
        <file>assets/icon/png/white/vpn_wait_1.png</file>
        <file>assets/icon/png/white/vpn_wait_2.png</file>
        <file>assets/icon/png/white/vpn_wait_3.png</file>
        <file>assets/img/bird.jpg</file>

        <file alias="providers.json">providers/providers.json</file>
    </qresource>
</RCC>