First stab at porting rbutil to Qt4. Currently only installing a current or archived build is working. To build, run qmake && make in the source folder. Beware that the syntax of rbutil.ini has slightly changed. Caching of the downloaded files is also still missing.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13989 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2007-07-25 20:21:06 +00:00
parent aa643db434
commit 680408f4ac
46 changed files with 10385 additions and 0 deletions

View file

@ -0,0 +1,21 @@
<RCC>
<qresource prefix="/docs" >
<file>COPYING</file>
<file>CREDITS</file>
</qresource>
<qresource prefix="/icons" >
<file>icons/bootloader_btn.png</file>
<file>icons/doom_btn.png</file>
<file>icons/font_btn.png</file>
<file>icons/rbinstall_btn.png</file>
<file>icons/rembootloader_btn.png</file>
<file>icons/remrb_btn.png</file>
<file>icons/themes_btn.png</file>
<file>icons/wizard.xpm</file>
<file>icons/rblogo.xpm</file>
<file>icons/rbutil.xpm</file>
</qresource>
<qresource prefix="/ini" >
<file>rbutil.ini</file>
</qresource>
</RCC>