diff options
author | ormorph <[email protected]> | 2024-02-18 20:30:03 +0300 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-19 21:57:05 +0900 |
commit | df6124db4d9366cc339baa8ab36417b7da549e27 (patch) | |
tree | b1350491ae8e4dea1411622ec18db7541574bcc8 /config.h.cmake | |
parent | 490c2b6a6ae52357b3a0a38db277237c59cdab85 (diff) | |
download | tdegraphics-df6124db4d9366cc339baa8ab36417b7da549e27.tar.gz tdegraphics-df6124db4d9366cc339baa8ab36417b7da549e27.zip |
Added support for poppler-24.02
Solution to problem #85
Signed-off-by: ormorph <[email protected]>
(cherry picked from commit 6b9d7271f32bc029b9a5e7cf636f1c52fd55c854)
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index fea46aaf..5a1f1661 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,6 +1,7 @@ #cmakedefine VERSION "@VERSION@" // poppler-tqt +#cmakedefine HAVE_POPPLER_2402 #cmakedefine HAVE_POPPLER_2203 #cmakedefine HAVE_POPPLER_2112 #cmakedefine HAVE_POPPLER_2111 |