summaryrefslogtreecommitdiff
path: root/gui/gui.qrc
blob: 30997279d123022755d37f067dec238279192305 (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
30
31
32
33
34
35
<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>qml/MainBar.qml</file>
        <file>qml/BackgroundImage.qml</file>
        <file>qml/LocationText.qml</file>
        <file>qml/VPNSwitch.qml</file>
        <file>qml/BridgesItem.qml</file>
        <file>qml/logic.js</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>