From aa4563ad7056949864cc41f9088626523d79f5ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 3 Jan 2019 18:52:32 +0100 Subject: Add support for Poppler >= 0.71. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- config.h.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index 8aa472ea..884c8a55 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,6 +1,8 @@ #cmakedefine VERSION "@VERSION@" // poppler-tqt +#cmakedefine HAVE_POPPLER_071 +#cmakedefine HAVE_POPPLER_070 #cmakedefine HAVE_POPPLER_064 #cmakedefine HAVE_POPPLER_058 #cmakedefine HAVE_POPPLER_030 -- cgit v1.2.3