diff options
author | Slávek Banko <[email protected]> | 2021-12-15 17:30:53 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-16 14:59:20 +0100 |
commit | 544868bcc9aeaf703d4347b9726930a4e091c83e (patch) | |
tree | efd2096e22810e7260a6c867cb0850de6b19b78b /config.h.cmake | |
parent | 2434371bdab3126bdf218b0837c28e3c7b280ae6 (diff) | |
download | tdegraphics-544868bcc9aeaf703d4347b9726930a4e091c83e.tar.gz tdegraphics-544868bcc9aeaf703d4347b9726930a4e091c83e.zip |
Add support for Poppler >= 21.11.
This resolves issue #36.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 9cde144216b331f0eef2ce2c3800d8356109ccc7)
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 b3b6d1ec..fa71d600 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,6 +1,7 @@ #cmakedefine VERSION "@VERSION@" // poppler-tqt +#cmakedefine HAVE_POPPLER_2111 #cmakedefine HAVE_POPPLER_2108 #cmakedefine HAVE_POPPLER_086 #cmakedefine HAVE_POPPLER_083 |