diff options
author | Slávek Banko <[email protected]> | 2022-04-30 01:48:37 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-05-03 08:46:48 +0200 |
commit | 59955c3e30ec7c9bc2dd3c0ba0a55882eaa34086 (patch) | |
tree | 978fcbb3e893655a1f98954ebcf16fbc47f15a9e /config.h.cmake | |
parent | f88c62bf821be7ebc7eebd9349dd617acca57c54 (diff) | |
download | tdegraphics-59955c3e30ec7c9bc2dd3c0ba0a55882eaa34086.tar.gz tdegraphics-59955c3e30ec7c9bc2dd3c0ba0a55882eaa34086.zip |
Add support for Poppler >= 22.03.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 9adc0f647c04e84792be63d913274633cc2ecd65)
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 7c1ab17a..fea46aaf 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,6 +1,7 @@ #cmakedefine VERSION "@VERSION@" // poppler-tqt +#cmakedefine HAVE_POPPLER_2203 #cmakedefine HAVE_POPPLER_2112 #cmakedefine HAVE_POPPLER_2111 #cmakedefine HAVE_POPPLER_2108 |