diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2024-02-21 10:35:52 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2024-02-21 13:15:46 +0100 |
commit | 459c09ca534951e160dddafa22ef9dde1574baac (patch) | |
tree | a4323fb61cce205dede13cc96c36c8b4ee0027f0 /config.h.cmake | |
parent | df6124db4d9366cc339baa8ab36417b7da549e27 (diff) | |
download | tdegraphics-459c09ca534951e160dddafa22ef9dde1574baac.tar.gz tdegraphics-459c09ca534951e160dddafa22ef9dde1574baac.zip |
Simplify poppler version definitions.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 108c4a3a4ae4cdda98e46741c83666b3a7e13d03)
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/config.h.cmake b/config.h.cmake index 5a1f1661..7bf6fe53 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,23 +1,7 @@ #cmakedefine VERSION "@VERSION@" // poppler-tqt -#cmakedefine HAVE_POPPLER_2402 -#cmakedefine HAVE_POPPLER_2203 -#cmakedefine HAVE_POPPLER_2112 -#cmakedefine HAVE_POPPLER_2111 -#cmakedefine HAVE_POPPLER_2108 -#cmakedefine HAVE_POPPLER_086 -#cmakedefine HAVE_POPPLER_083 -#cmakedefine HAVE_POPPLER_082 -#cmakedefine HAVE_POPPLER_076 -#cmakedefine HAVE_POPPLER_072 -#cmakedefine HAVE_POPPLER_071 -#cmakedefine HAVE_POPPLER_070 -#cmakedefine HAVE_POPPLER_064 -#cmakedefine HAVE_POPPLER_058 -#cmakedefine HAVE_POPPLER_030 -#cmakedefine HAVE_POPPLER_020 -#cmakedefine HAVE_POPPLER_016 +#cmakedefine POPPLER_VERSION_C @POPPLER_VERSION_C@ // kpdf, kdvi #cmakedefine HAVE_FREETYPE 1 |