mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-06 21:54:15 +01:00
LP-503 osg: support older version to make Tea CI happy
This commit is contained in:
parent
faf51bb13b
commit
0b8c7e7134
@ -56,11 +56,19 @@ osg:win32 {
|
|||||||
libp11-kit-0.dll \
|
libp11-kit-0.dll \
|
||||||
libffi-6.dll \
|
libffi-6.dll \
|
||||||
libtasn1-6.dll \
|
libtasn1-6.dll \
|
||||||
libhogweed-4.dll \
|
|
||||||
libnettle-6.dll \
|
|
||||||
libssh2-1.dll \
|
libssh2-1.dll \
|
||||||
libnghttp2-14.dll
|
libnghttp2-14.dll
|
||||||
|
|
||||||
|
equals(OSG_VERSION, "3.5.1") {
|
||||||
|
OSG_LIBS += \
|
||||||
|
libhogweed-4-2.dll \
|
||||||
|
libnettle-6-2.dll
|
||||||
|
} else {
|
||||||
|
OSG_LIBS += \
|
||||||
|
libhogweed-4.dll \
|
||||||
|
libnettle-6.dll
|
||||||
|
}
|
||||||
|
|
||||||
# other
|
# other
|
||||||
OSG_LIBS += \
|
OSG_LIBS += \
|
||||||
libjpeg-8.dll \
|
libjpeg-8.dll \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user