diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-04-01 15:19:29 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-04-01 15:19:29 +0200 |
commit | 3c919351327ed35d2ad13a62d8d5aefccfed36a6 (patch) | |
tree | 5ce8c8cc6c6562b3644147abfdf4ef8ea8e87082 /config.h.cmake | |
parent | 37a6812fbebc918b17506cf6d51e3556c8cdc609 (diff) | |
download | tdegraphics-3c919351327ed35d2ad13a62d8d5aefccfed36a6.tar.gz tdegraphics-3c919351327ed35d2ad13a62d8d5aefccfed36a6.zip |
Ensure the use of C++17 standard for Poppler >= 21.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 fa71d600..7c1ab17a 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,6 +1,7 @@ #cmakedefine VERSION "@VERSION@" // poppler-tqt +#cmakedefine HAVE_POPPLER_2112 #cmakedefine HAVE_POPPLER_2111 #cmakedefine HAVE_POPPLER_2108 #cmakedefine HAVE_POPPLER_086 |