mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Separate logger / quazip project file parts.
Move to separate project include file for better readability and reusability. Change-Id: If75805be8fad4aec8ede600f5c616a9412ac0505
This commit is contained in:
parent
b230cf3aa2
commit
9ecfe6151b
4 changed files with 47 additions and 23 deletions
25
rbutil/rbutilqt/quazip/quazip.pri
Normal file
25
rbutil/rbutilqt/quazip/quazip.pri
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
|
||||
SOURCES += \
|
||||
$$PWD/quazip.cpp \
|
||||
$$PWD/quazipfile.cpp \
|
||||
$$PWD/quazipnewinfo.cpp \
|
||||
$$PWD/quazipfileinfo.cpp \
|
||||
$$PWD/qioapi.cpp \
|
||||
$$PWD/unzip.c \
|
||||
$$PWD/zip.c \
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/crypt.h \
|
||||
$$PWD/ioapi.h \
|
||||
$$PWD/quazipfile.h \
|
||||
$$PWD/quazipfileinfo.h \
|
||||
$$PWD/quazipnewinfo.h \
|
||||
$$PWD/quazip.h \
|
||||
$$PWD/quazipnewinfo.h \
|
||||
$$PWD/quazip_global.h \
|
||||
$$PWD/unzip.h \
|
||||
$$PWD/zip.h \
|
||||
|
||||
DEFINES += \
|
||||
QUAZIP_STATIC
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue