readded resources folder (as the js files are needed) and moved the images someplace else

This commit is contained in:
Hauke Schade 2014-11-02 18:53:42 +01:00
parent a50490a7d7
commit f5c22995fc
15 changed files with 15 additions and 12 deletions

View file

@ -40,6 +40,8 @@ qml_1.files = qml/ttrss/sailfish
qml_1.path = $$INSTALL_ROOT/usr/share/$$TARGET/qml qml_1.path = $$INSTALL_ROOT/usr/share/$$TARGET/qml
qml_2.files = qml/ttrss/models qml_2.files = qml/ttrss/models
qml_2.path = $$INSTALL_ROOT/usr/share/$$TARGET/qml qml_2.path = $$INSTALL_ROOT/usr/share/$$TARGET/qml
qml_3.files = qml/ttrss/resources
qml_3.path = $$INSTALL_ROOT/usr/share/$$TARGET/qml
INSTALLS += qml_1 qml_2 INSTALLS += qml_1 qml_2
icon.files = images/$${TARGET}.png icon.files = images/$${TARGET}.png

View file

@ -1,14 +1,15 @@
<RCC> <RCC>
<qresource prefix="/images"> <qresource prefix="/images">
<file alias="ic_all.png">qml/ttrss/resources/ic_all.png</file> <file alias="ic_all.png">images/resources/ic_all.png</file>
<file alias="ic_archived.png">qml/ttrss/resources/ic_archive.png</file> <file alias="ic_archived.png">images/resources/ic_archive.png</file>
<file alias="ic_fresh.png">qml/ttrss/resources/ic_fresh.png</file> <file alias="ic_fresh.png">images/resources/ic_fresh.png</file>
<file alias="ic_read.png">qml/ttrss/resources/ic_read.png</file> <file alias="ic_read.png">images/resources/ic_read.png</file>
<file alias="ic_recently.png">qml/ttrss/resources/ic_recently.png</file> <file alias="ic_recently.png">images/resources/ic_recently.png</file>
<file alias="ic_rss_disabled.png">qml/ttrss/resources/ic_rss_disabled.png</file> <file alias="ic_rss_disabled.png">images/resources/ic_rss_disabled.png</file>
<file alias="ic_rss_enabled.png">qml/ttrss/resources/ic_rss_enabled.png</file> <file alias="ic_rss_enabled.png">images/resources/ic_rss_enabled.png</file>
<file alias="ic_star_disabled.png">qml/ttrss/resources/ic_star_disabled.png</file> <file alias="ic_star_disabled.png">images/resources/ic_star_disabled.png</file>
<file alias="ic_star_enabled.png">qml/ttrss/resources/ic_star_enabled.png</file> <file alias="ic_star_enabled.png">images/resources/ic_star_enabled.png</file>
<file alias="ic_unread.png">qml/ttrss/resources/ic_unread.png</file> <file alias="ic_unread.png">images/resources/ic_unread.png</file>
<file alias="ttrss256.png">images/resources/ttrss256.png</file>
</qresource> </qresource>
</RCC> </RCC>

View file

Before

Width:  |  Height:  |  Size: 537 B

After

Width:  |  Height:  |  Size: 537 B

View file

Before

Width:  |  Height:  |  Size: 555 B

After

Width:  |  Height:  |  Size: 555 B

View file

Before

Width:  |  Height:  |  Size: 633 B

After

Width:  |  Height:  |  Size: 633 B

View file

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

Before

Width:  |  Height:  |  Size: 793 B

After

Width:  |  Height:  |  Size: 793 B

View file

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

Before

Width:  |  Height:  |  Size: 723 B

After

Width:  |  Height:  |  Size: 723 B

View file

Before

Width:  |  Height:  |  Size: 811 B

After

Width:  |  Height:  |  Size: 811 B

View file

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View file

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -42,7 +42,7 @@ Page {
width: 256 width: 256
height: 256 height: 256
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
source: "../resources/ttrss256.png" source: "qrc:///images/ttrss256.png"
anchors.bottomMargin: 50 anchors.bottomMargin: 50
} }

View file

@ -69,7 +69,7 @@ Dialog {
width: 256 width: 256
height: 256 height: 256
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
source: "../../resources/ttrss256.png" source: "qrc:///images/ttrss256.png"
} }
TextField { TextField {