From 391ee672bcd08829e13149b128a7bbe5b591d1ef Mon Sep 17 00:00:00 2001 From: Person Date: Fri, 17 May 2024 10:41:53 -0600 Subject: [PATCH] --Bug fixes -Remove linking to lHalf when using newer versions of OpenEXR. --- Builds/QtCreator/defaults.pri | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Builds/QtCreator/defaults.pri b/Builds/QtCreator/defaults.pri index c2f84e3..6fa8f17 100644 --- a/Builds/QtCreator/defaults.pri +++ b/Builds/QtCreator/defaults.pri @@ -104,12 +104,13 @@ win32 { LIBS += -lxml2 LIBS += -lz LIBS += -lpthread - LIBS += -lHalf LIBS += -lImath LIBS += -lIex #For systems with older versions of OpenEXR < 3.0, use this. # LIBS += -lIlmImf +# LIBS += -lHalf + #For systems with OpenEXR >= 3.0, use this. LIBS += -lz LIBS += -lIlmThread