forked from organicmaps/organicmaps
Fix msvc compilation issues.
This commit is contained in:
parent
3aa944980b
commit
6caa5f4807
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ TEMPLATE = lib
|
|||
CONFIG += staticlib
|
||||
|
||||
DEFINES += USE_FILE32API
|
||||
INCLUDEPATH += .
|
||||
|
||||
SOURCES += \
|
||||
adler32.c \
|
||||
|
|
|
@ -8,7 +8,7 @@ DEPENDENCIES = base bzip2 zlib tomcrypt
|
|||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
INCLUDEPATH += ../3party/tomcrypt/src/headers
|
||||
INCLUDEPATH += ../3party/tomcrypt/src/headers ../3party/zlib
|
||||
|
||||
SOURCES += \
|
||||
internal/file_data.cpp \
|
||||
|
|
Loading…
Add table
Reference in a new issue