--Bug fixes

-Remove linking to lHalf when using newer versions of OpenEXR.
This commit is contained in:
Person 2024-05-17 10:41:53 -06:00
parent 4b1ad74190
commit 391ee672bc

View File

@ -104,12 +104,13 @@ win32 {
LIBS += -lxml2 LIBS += -lxml2
LIBS += -lz LIBS += -lz
LIBS += -lpthread LIBS += -lpthread
LIBS += -lHalf
LIBS += -lImath LIBS += -lImath
LIBS += -lIex LIBS += -lIex
#For systems with older versions of OpenEXR < 3.0, use this. #For systems with older versions of OpenEXR < 3.0, use this.
# LIBS += -lIlmImf # LIBS += -lIlmImf
# LIBS += -lHalf
#For systems with OpenEXR >= 3.0, use this. #For systems with OpenEXR >= 3.0, use this.
LIBS += -lz LIBS += -lz
LIBS += -lIlmThread LIBS += -lIlmThread