diff options
author | OBATA Akio <[email protected]> | 2020-01-11 16:04:07 +0900 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-02-02 20:54:36 +0100 |
commit | d8f7228782b3856e06f8df31220b588a300404bb (patch) | |
tree | 1d0d2a5207ecc98681774d96f39edf3762f03465 /config.h.cmake | |
parent | 3f0e47a0878cf80a64facc442755cd63f823532a (diff) | |
download | tdegraphics-d8f7228782b3856e06f8df31220b588a300404bb.tar.gz tdegraphics-d8f7228782b3856e06f8df31220b588a300404bb.zip |
Add support for Poppler >= 0.82
Follow change that FontInfo::scan return a std::vector object rather than
a pointer to a std::vector.
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit cc5ec0c71abf322ca4fbde633875933097b05b52)
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 71f8a47a..4cb152be 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,6 +1,7 @@ #cmakedefine VERSION "@VERSION@" // poppler-tqt +#cmakedefine HAVE_POPPLER_082 #cmakedefine HAVE_POPPLER_076 #cmakedefine HAVE_POPPLER_072 #cmakedefine HAVE_POPPLER_071 |