piggz / harbour-amazfish

Amazfit Bip support for SailfishOS
GNU General Public License v3.0
101 stars 51 forks source link

Add missing pics into qrc #359

Closed jmlich closed 2 months ago

jmlich commented 2 months ago

I have spotted that some pictures are not shown in FLAVOR=qtcontrols.

In logs I can see following message:

qrc:/qml/components/DeviceButton.qml:14:5: QML Image: Cannot open: qrc:/qml/pics/devices/asteroidos.png

I have updated all files in directory as follows:

for i in $(ls -1|sort); do echo "        <file>qml/pics/devices/$i</file>"; done