forked from len0rd/rockbox
rbutilqt: reworked and renamed the installrb class/files to generic installzip, so it can be used for things like Fonts.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14027 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cebd767224
commit
092c178784
5 changed files with 36 additions and 27 deletions
|
|
@ -5,7 +5,7 @@ SOURCES += rbutilqt.cpp \
|
|||
configure.cpp \
|
||||
zip/zip.cpp \
|
||||
zip/unzip.cpp \
|
||||
installrb.cpp
|
||||
installzip.cpp
|
||||
|
||||
HEADERS += rbutilqt.h \
|
||||
settings.h \
|
||||
|
|
@ -18,7 +18,7 @@ HEADERS += rbutilqt.h \
|
|||
zip/unzip_p.h \
|
||||
zip/zip_p.h \
|
||||
version.h \
|
||||
installrb.h
|
||||
installzip.h
|
||||
|
||||
TEMPLATE = app
|
||||
CONFIG += release \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue