Define QUAZIP_STATIC when building staticlib (patch #27)

This commit is contained in:
alqualos 2016-01-14 15:25:42 +00:00
parent 095376839d
commit 172145ee3d

View file

@ -12,6 +12,8 @@ win32 {
DEFINES += NOMINMAX
}
CONFIG(staticlib): DEFINES += QUAZIP_STATIC
# Input
HEADERS += qztest.h \
testjlcompress.h \