update dependencies to OpenEXR 3.1

This commit is contained in:
Claude Heiland-Allen 2023-12-05 13:32:31 +00:00
parent cace6fc9a2
commit f4490a6ed3

View File

@ -101,12 +101,13 @@ win32 {
!win32 { !win32 {
LIBS += -ljpeg LIBS += -ljpeg
LIBS += -lpng LIBS += -lpng
LIBS += -lpthread
LIBS += -lIlmImf
LIBS += -lHalf
LIBS += -lImath
LIBS += -lIex
LIBS += -lxml2 LIBS += -lxml2
LIBS += -lz
LIBS += -lpthread
LIBS += -lIex-3_1
LIBS += -lIlmThread-3_1
LIBS += -lImath-3_1
LIBS += -lOpenEXR-3_1
} }
macx { macx {