forked from len0rd/rockbox
rbutilQt: changed the progress/error logger, there is now an abstract interface and a progressloggergui implementation of it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14060 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c414f46971
commit
917e0acd64
16 changed files with 724 additions and 561 deletions
|
|
@ -9,6 +9,7 @@ SOURCES += rbutilqt.cpp \
|
|||
installbootloader.cpp \
|
||||
installbl.cpp \
|
||||
installzipwindow.cpp \
|
||||
progressloggergui.cpp \
|
||||
../ipodpatcher/ipodpatcher.c \
|
||||
../sansapatcher/sansapatcher.c \
|
||||
irivertools/irivertools.cpp \
|
||||
|
|
@ -30,6 +31,8 @@ HEADERS += rbutilqt.h \
|
|||
installbootloader.h \
|
||||
installbl.h \
|
||||
installzipwindow.h \
|
||||
progressloggerinterface.h \
|
||||
progressloggergui.h \
|
||||
../ipodpatcher/ipodpatcher.h \
|
||||
../ipodpatcher/ipodio.h \
|
||||
../ipodpatcher/parttypes.h \
|
||||
|
|
@ -44,7 +47,7 @@ HEADERS += rbutilqt.h \
|
|||
TEMPLATE = app
|
||||
CONFIG += release \
|
||||
warn_on \
|
||||
thread \
|
||||
thread \
|
||||
qt
|
||||
TARGET = rbutilqt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue