-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdde_pstate.qrc
19 lines (19 loc) · 1018 Bytes
/
dde_pstate.qrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<RCC>
<qresource prefix="/icons">
<file alias="dde-pstate.svg">resources/icons/dde-pstate.svg</file>
<file alias="performance.svg">resources/icons/performance.svg</file>
<file alias="powersave.svg">resources/icons/powersave.svg</file>
<file alias="default.svg">resources/icons/default.svg</file>
<file alias="dde-pstate-dark.svg">resources/icons/dde-pstate-dark.svg</file>
<file alias="ondemand.svg">resources/icons/ondemand.svg</file>
<file alias="balance-performance.svg">resources/icons/balance-performance.svg</file>
<file alias="balance-powersave.svg">resources/icons/balance-powersave.svg</file>
</qresource>
<qresource prefix="/scripts">
<file alias="set_prefs.sh">resources/scripts/set_prefs.sh</file>
</qresource>
<qresource prefix="/translations">
<file alias="app_zh.qm">resources/translations/app_zh.qm</file>
<file alias="app_es.qm">resources/translations/app_es.qm</file>
</qresource>
</RCC>