Spectral/res.qrc

34 lines
1.4 KiB
Plaintext
Raw Normal View History

2018-02-23 14:39:14 +00:00
<RCC>
<qresource prefix="/">
<file>qtquickcontrols2.conf</file>
<file>asset/img/avatar.png</file>
<file>asset/img/background.jpg</file>
<file>asset/font/material.ttf</file>
<file>qml/Login.qml</file>
<file>qml/main.qml</file>
<file>qml/component/ButtonDelegate.qml</file>
<file>qml/component/ImageStatus.qml</file>
<file>qml/component/SideNav.qml</file>
2018-02-28 09:10:42 +00:00
<file>qml/form/RoomForm.qml</file>
<file>qml/Room.qml</file>
2018-03-02 15:05:32 +00:00
<file>qml/form/DetailForm.qml</file>
2018-03-21 11:13:47 +00:00
<file>qml/component/SideNavButton.qml</file>
<file>qml/component/MaterialIcon.qml</file>
<file>asset/img/icon.png</file>
2018-07-09 14:00:27 +00:00
<file>js/md.js</file>
<file>qml/component/MessageDelegate.qml</file>
2018-07-10 04:18:21 +00:00
<file>qml/component/MessageBubble.qml</file>
<file>qml/component/ImageBubble.qml</file>
<file>qml/component/StateBubble.qml</file>
<file>qml/component/DownloadableContent.qml</file>
<file>qml/component/FileBubble.qml</file>
<file>qml/component/AvatarContainer.qml</file>
<file>qml/form/RoomListForm.qml</file>
2018-07-16 14:05:34 +00:00
<file>qml/component/AudioBubble.qml</file>
<file>qml/form/SettingForm.qml</file>
<file>qml/Setting.qml</file>
<file>qml/form/SettingAccountForm.qml</file>
<file>qml/form/SettingAppearanceForm.qml</file>
2018-02-23 14:39:14 +00:00
</qresource>
</RCC>