setup new icons directory and qrc file generation script

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8560 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2015-06-27 09:42:25 +00:00
parent 8822d12707
commit 6003b0d0d2
3 changed files with 11 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,11 @@
#!/bin/sh
echo '<RCC>'
echo '\t<qresource prefix="/">'
for i in `ls *.png`; do
echo '\t\t<file>icons/'$i'</file>'
done
echo '\t</qresource>'
echo '</RCC>'

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB