From e691dbd1e38cb8bc4a95a0c5da679708b77ec06f Mon Sep 17 00:00:00 2001 From: Claude Heiland-Allen Date: Tue, 5 Dec 2023 13:32:31 +0000 Subject: [PATCH] update dependencies to OpenEXR 3.1 --- Builds/QtCreator/defaults.pri | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Builds/QtCreator/defaults.pri b/Builds/QtCreator/defaults.pri index 8a9af96..d5b853e 100644 --- a/Builds/QtCreator/defaults.pri +++ b/Builds/QtCreator/defaults.pri @@ -101,12 +101,13 @@ win32 { !win32 { LIBS += -ljpeg LIBS += -lpng - LIBS += -lpthread - LIBS += -lIlmImf - LIBS += -lHalf - LIBS += -lImath - LIBS += -lIex LIBS += -lxml2 + LIBS += -lz + LIBS += -lpthread + LIBS += -lIex-3_1 + LIBS += -lIlmThread-3_1 + LIBS += -lImath-3_1 + LIBS += -lOpenEXR-3_1 } macx {