mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
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:
parent
aa643db434
commit
680408f4ac
46 changed files with 10385 additions and 0 deletions
21
rbutil/rbutilqt/rbutilqt.qrc
Normal file
21
rbutil/rbutilqt/rbutilqt.qrc
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue