-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcommon.qrc
More file actions
31 lines (31 loc) · 1.06 KB
/
common.qrc
File metadata and controls
31 lines (31 loc) · 1.06 KB
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
<RCC>
<qresource prefix="/">
<file>qml/Beep.qml</file>
<file>qml/main.qml</file>
<file>qml/MainPage.qml</file>
<file>qml/SettingsPage.qml</file>
<file>qml/BigButton.qml</file>
<file>qml/AboutPage.qml</file>
<file>qml/BigRedButton.qml</file>
<file>qml/LoginBrowser.qml</file>
<file>qml/Splash.qml</file>
<file>images/steps.png</file>
<file>images/reset.png</file>
<file>images/settings.png</file>
<file>images/splash.jpg</file>
<file>texts/about.html</file>
<file>texts/hu/about.html</file>
<file>images/about.png</file>
<file>images/pause.png</file>
<file>images/play.png</file>
<file>qml/TweaksPage.qml</file>
<file>qml/Gap.qml</file>
<file>qml/QcLoginBrowser.qml</file>
</qresource>
<qresource prefix="/qml/symbian">
<file alias="Dummy.qml">qml/Dummy.qml</file>
</qresource>
<qresource prefix="/qml/meego">
<file alias="Dummy.qml">qml/Dummy.qml</file>
</qresource>
</RCC>