mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
rbutilQt: first attempt for bootloader installation. Sansa and irivers are still missing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14032 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
794c968430
commit
64f36a19e4
8 changed files with 1137 additions and 6 deletions
|
|
@ -5,7 +5,11 @@ SOURCES += rbutilqt.cpp \
|
|||
configure.cpp \
|
||||
zip/zip.cpp \
|
||||
zip/unzip.cpp \
|
||||
installzip.cpp
|
||||
installzip.cpp \
|
||||
installbootloader.cpp \
|
||||
installbl.cpp \
|
||||
../ipodpatcher/ipodpatcher.c
|
||||
|
||||
|
||||
HEADERS += rbutilqt.h \
|
||||
settings.h \
|
||||
|
|
@ -18,8 +22,14 @@ HEADERS += rbutilqt.h \
|
|||
zip/unzip_p.h \
|
||||
zip/zip_p.h \
|
||||
version.h \
|
||||
installzip.h
|
||||
|
||||
installzip.h \
|
||||
installbootloader.h \
|
||||
installbl.h \
|
||||
../ipodpatcher/ipodpatcher.h \
|
||||
../ipodpatcher/ipodio.h \
|
||||
../ipodpatcher/parttypes.h
|
||||
|
||||
|
||||
TEMPLATE = app
|
||||
CONFIG += release \
|
||||
warn_on \
|
||||
|
|
@ -30,8 +40,17 @@ FORMS += rbutilqtfrm.ui \
|
|||
aboutbox.ui \
|
||||
installfrm.ui \
|
||||
installprogressfrm.ui \
|
||||
configurefrm.ui
|
||||
configurefrm.ui \
|
||||
installbootloaderfrm.ui
|
||||
RESOURCES += rbutilqt.qrc
|
||||
|
||||
TRANSLATIONS += rbutil_de.ts
|
||||
QT += network
|
||||
|
||||
win32{
|
||||
SOURCES += ../ipodpatcher/ipodio-win32.c
|
||||
}
|
||||
|
||||
!win32{
|
||||
SOURCES += ../ipodpatcher/ipodio-posix.c
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue