mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
rbutilQt: Add Uninstallation for Rockbox and Bootloaders. Also add Talkfiles to the installlog
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14275 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d71339bf44
commit
6bc9abcceb
8 changed files with 59 additions and 13 deletions
|
|
@ -30,7 +30,9 @@ SOURCES += rbutilqt.cpp \
|
|||
../sansapatcher/sansapatcher.c \
|
||||
irivertools/irivertools.cpp \
|
||||
irivertools/md5sum.cpp \
|
||||
browsedirtree.cpp
|
||||
browsedirtree.cpp \
|
||||
uninstall.cpp \
|
||||
uninstallwindow.cpp
|
||||
|
||||
HEADERS += rbutilqt.h \
|
||||
settings.h \
|
||||
|
|
@ -62,7 +64,9 @@ HEADERS += rbutilqt.h \
|
|||
irivertools/h120sums.h \
|
||||
irivertools/h300sums.h \
|
||||
irivertools/checksums.h \
|
||||
browsedirtree.h
|
||||
browsedirtree.h \
|
||||
uninstall.h \
|
||||
uninstallwindow.h
|
||||
|
||||
# Needed by QT on Win
|
||||
INCLUDEPATH = . irivertools zip zlib ../ipodpatcher ../sansapatcher
|
||||
|
|
@ -81,7 +85,8 @@ FORMS += rbutilqtfrm.ui \
|
|||
configurefrm.ui \
|
||||
installbootloaderfrm.ui \
|
||||
browsedirtreefrm.ui \
|
||||
installtalkfrm.ui
|
||||
installtalkfrm.ui \
|
||||
uninstallfrm.ui
|
||||
|
||||
RESOURCES += rbutilqt.qrc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue