mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +00:00
Windows build fix. Mingw needs zlib, MSVC doesn't
This commit is contained in:
parent
38a8c7b1d0
commit
ba1cc81701
@ -77,6 +77,9 @@ if (win32-msvc2008|win32-msvc2010|win32-msvc2012) {
|
|||||||
DEFINES += BUILD_WITH_MSVC=1
|
DEFINES += BUILD_WITH_MSVC=1
|
||||||
|
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
# MingW needs this
|
||||||
|
LIBS += -lz
|
||||||
}
|
}
|
||||||
|
|
||||||
#include(..3rdparty/qextserialport/src/qextserialport.pri)
|
#include(..3rdparty/qextserialport/src/qextserialport.pri)
|
||||||
|
Loading…
Reference in New Issue
Block a user