1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-27 16:54:15 +01:00

LP-29 win: add missing gdal dependency

This commit is contained in:
Philippe Renon 2016-03-12 12:36:42 +01:00
parent 0b79fe9e6f
commit 37d58cce4b

View File

@ -60,7 +60,6 @@ osg:win32 {
libnettle-6-1.dll \ libnettle-6-1.dll \
libssh2-1.dll libssh2-1.dll
# other # other
OSG_LIBS += \ OSG_LIBS += \
libproj-9.dll \ libproj-9.dll \
@ -69,7 +68,6 @@ osg:win32 {
libiconv-2.dll \ libiconv-2.dll \
zlib1.dll zlib1.dll
# osg libraries # osg libraries
OSG_LIBS += \ OSG_LIBS += \
libOpenThreads$${DS}.dll \ libOpenThreads$${DS}.dll \
@ -190,6 +188,7 @@ osgearth:win32 {
libgeos_c.dll \ libgeos_c.dll \
libgeos.dll \ libgeos.dll \
libjpeg-8.dll \ libjpeg-8.dll \
libopenjp2-7.dll \
libtiff-5.dll \ libtiff-5.dll \
liblzma-5.dll liblzma-5.dll