rockbox/rbutil/rbutilqt/rbutilqt.pro
Dominik Wenger 092c178784 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
2007-07-27 17:42:49 +00:00

37 lines
600 B
Prolog

SOURCES += rbutilqt.cpp \
main.cpp \
install.cpp \
httpget.cpp \
configure.cpp \
zip/zip.cpp \
zip/unzip.cpp \
installzip.cpp
HEADERS += rbutilqt.h \
settings.h \
install.h \
httpget.h \
configure.h \
zip/zip.h \
zip/unzip.h \
zip/zipentry_p.h \
zip/unzip_p.h \
zip/zip_p.h \
version.h \
installzip.h
TEMPLATE = app
CONFIG += release \
warn_on \
thread \
qt
TARGET = rbutilqt
FORMS += rbutilqtfrm.ui \
aboutbox.ui \
installfrm.ui \
installprogressfrm.ui \
configurefrm.ui
RESOURCES += rbutilqt.qrc
TRANSLATIONS += rbutil_de.ts
QT += network