summaryrefslogtreecommitdiff
path: root/gui/gui.qrc
blob: 36252dd6e29fc715bbb3b3d89324cedbf25bacb0 (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
<RCC>
    <qresource prefix="/">

        <file>qml/main.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 alias="providers.json">providers/providers.json</file>

    </qresource>
</RCC>