diff options
author | OBATA Akio <[email protected]> | 2019-01-14 17:33:41 +0900 |
---|---|---|
committer | OBATA Akio <[email protected]> | 2019-01-14 17:33:41 +0900 |
commit | 9d8dc2222029d2a644a8d86ccdd1f08fa05d01d0 (patch) | |
tree | 38e809794b319b9da32c5374a0b82d574cb6d9d3 /config.h.cmake | |
parent | f47d27d00c97cffec8983d6f31b95b87d2f03f33 (diff) | |
download | tdegraphics-9d8dc2222029d2a644a8d86ccdd1f08fa05d01d0.tar.gz tdegraphics-9d8dc2222029d2a644a8d86ccdd1f08fa05d01d0.zip |
Add support for Poppler >= 0.72
GooString::getCString was renamed to GooString::c_str.
Signed-off-by: OBATA Akio <[email protected]>
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 884c8a55..1eb7ed65 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,6 +1,7 @@ #cmakedefine VERSION "@VERSION@" // poppler-tqt +#cmakedefine HAVE_POPPLER_072 #cmakedefine HAVE_POPPLER_071 #cmakedefine HAVE_POPPLER_070 #cmakedefine HAVE_POPPLER_064 |