qt-image-format-windows.patch 504 B

12345678910111213
  1. diff --git a/qtimageformats/src/imageformats/configure.json b/qtimageformats/src/imageformats/configure.json
  2. index 5b876c3..f2fa1cc 100644
  3. --- a/qtimageformats/src/imageformats/configure.json
  4. +++ b/qtimageformats/src/imageformats/configure.json
  5. @@ -85,7 +85,7 @@
  6. },
  7. "sources": [
  8. { "type": "pkgConfig", "args": "libtiff-4" },
  9. - { "libs": "-ltiff" }
  10. + { "libs": "-ltiff -lzlibstatic" }
  11. ]
  12. },
  13. "webp": {