mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Qt: Add libzip. Buildfix.
This commit is contained in:
parent
cd2adf80a4
commit
26030e068b
1 changed files with 4 additions and 0 deletions
|
@ -65,6 +65,10 @@ win32|contains(QT_CONFIG, no-zlib) {
|
|||
HEADERS += $$P/ext/zlib/*.h
|
||||
}
|
||||
|
||||
# Libzip
|
||||
SOURCES += $$P/native/ext/libzip/*.c
|
||||
HEADERS += $$P/native/ext/libzip/*.h
|
||||
|
||||
# Native
|
||||
|
||||
SOURCES += $$P/native/audio/*.cpp \
|
||||
|
|
Loading…
Add table
Reference in a new issue