diff options
author | OBATA Akio <[email protected]> | 2019-05-21 13:33:17 +0900 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-05-21 18:02:47 +0200 |
commit | b9469c0263ea3bf1e72a3dd364bb42e3d6f47a7c (patch) | |
tree | 69fd0b9c66bd88f6b426063f113ca8fd6d97cc41 /config.h.cmake | |
parent | 57535f3efb857b11838ed6e1b8c70b70802c81f0 (diff) | |
download | tdegraphics-b9469c0263ea3bf1e72a3dd364bb42e3d6f47a7c.tar.gz tdegraphics-b9469c0263ea3bf1e72a3dd364bb42e3d6f47a7c.zip |
Add support fo Poppler >= 0.76
Follow Catalog::find_page argments change and GooList removal.
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit e7a848c7aa5735cba4712d73f819a3e2b9883730)
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 1eb7ed65..71f8a47a 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,6 +1,7 @@ #cmakedefine VERSION "@VERSION@" // poppler-tqt +#cmakedefine HAVE_POPPLER_076 #cmakedefine HAVE_POPPLER_072 #cmakedefine HAVE_POPPLER_071 #cmakedefine HAVE_POPPLER_070 |