Warning, /graphics/krita/3rdparty/ext_frameworks/kimageformats.diff is written in an unsupported language. File is not indexed.

0001 diff --git a/src/imageformats/CMakeLists.txt b/src/imageformats/CMakeLists.txt
0002 index 8a53bba..4d2f553 100644
0003 --- a/src/imageformats/CMakeLists.txt
0004 +++ b/src/imageformats/CMakeLists.txt
0005 @@ -47,6 +47,9 @@ if(OpenEXR_FOUND)
0006      kimageformats_add_plugin(kimg_exr JSON "exr.json" SOURCES exr.cpp)
0007      target_link_libraries(kimg_exr OpenEXR::IlmImf)
0008      kde_target_enable_exceptions(kimg_exr PRIVATE)
0009 +    if (WIN32)
0010 +        add_definitions(-DOPENEXR_DLL)
0011 +    endif()
0012  
0013      install(FILES exr.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR}/qimageioplugins/)
0014  endif()