forked from len0rd/rockbox
rbutil: wrapped the rockbox installation into a class, for easy reuse.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14012 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4a115d81da
commit
a78d51c07c
3 changed files with 22 additions and 117 deletions
|
|
@ -4,7 +4,8 @@ SOURCES += rbutilqt.cpp \
|
|||
httpget.cpp \
|
||||
configure.cpp \
|
||||
zip/zip.cpp \
|
||||
zip/unzip.cpp
|
||||
zip/unzip.cpp \
|
||||
installrb.cpp
|
||||
|
||||
HEADERS += rbutilqt.h \
|
||||
settings.h \
|
||||
|
|
@ -16,7 +17,8 @@ HEADERS += rbutilqt.h \
|
|||
zip/zipentry_p.h \
|
||||
zip/unzip_p.h \
|
||||
zip/zip_p.h \
|
||||
version.h
|
||||
version.h \
|
||||
installrb.h
|
||||
|
||||
TEMPLATE = app
|
||||
CONFIG += release \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue