diff options
author | OBATA Akio <obache@wizdas.com> | 2019-05-21 13:33:17 +0900 |
---|---|---|
committer | OBATA Akio <obache@wizdas.com> | 2019-05-21 13:33:17 +0900 |
commit | e7a848c7aa5735cba4712d73f819a3e2b9883730 (patch) | |
tree | 80d8fdbdb0709cdb4fb2e1895fe9ae470d14747f /config.h.cmake | |
parent | 4eb49b55f2b9d2412da7fded637134950c2516a1 (diff) | |
download | tdegraphics-e7a848c7aa5735cba4712d73f819a3e2b9883730.tar.gz tdegraphics-e7a848c7aa5735cba4712d73f819a3e2b9883730.zip |
Add support fo Poppler >= 0.76
Follow Catalog::find_page argments change and GooList removal.
Signed-off-by: OBATA Akio <obache@wizdas.com>
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 |