From 0b8c7e71346dd012a4d789d98b895e45c416dbac Mon Sep 17 00:00:00 2001 From: Philippe Renon Date: Sun, 2 Apr 2017 14:15:41 +0200 Subject: [PATCH] LP-503 osg: support older version to make Tea CI happy --- ground/gcs/src/libs/osgearth/copydata.pro | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/ground/gcs/src/libs/osgearth/copydata.pro b/ground/gcs/src/libs/osgearth/copydata.pro index c263520f5..018a5db68 100644 --- a/ground/gcs/src/libs/osgearth/copydata.pro +++ b/ground/gcs/src/libs/osgearth/copydata.pro @@ -56,11 +56,19 @@ osg:win32 { libp11-kit-0.dll \ libffi-6.dll \ libtasn1-6.dll \ - libhogweed-4.dll \ - libnettle-6.dll \ libssh2-1.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 OSG_LIBS += \ libjpeg-8.dll \