новые иконки в OpenBoard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
OpenBoard/thirdparty/quazip/quazip.pri

36 lines
509 B

INCLUDEPATH += "$$PWD/../zlib/1.2.3/include"
HEADERS += crypt.h \
ioapi.h \
quazip.h \
quazipfile.h \
quazipfileinfo.h \
quazipnewinfo.h \
unzip.h \
zip.h
SOURCES += ioapi.c \
quazip.cpp \
quazipfile.cpp \
quazipnewinfo.cpp \
unzip.c \
zip.c
macx {
LIBS += -lz
}
win32 {
LIBS += "-L$$PWD/../zlib/1.2.3/lib" "-lzlib"
}
linux-g++ {
LIBS += -lz
}