diff options
author | Slávek Banko <[email protected]> | 2024-02-21 10:35:52 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2024-02-21 10:35:52 +0100 |
commit | 108c4a3a4ae4cdda98e46741c83666b3a7e13d03 (patch) | |
tree | ce24b943f0e31ee7152e586fcadf02a0d911e0bb /config.h.cmake | |
parent | 6b9d7271f32bc029b9a5e7cf636f1c52fd55c854 (diff) | |
download | tdegraphics-108c4a3a4ae4cdda98e46741c83666b3a7e13d03.tar.gz tdegraphics-108c4a3a4ae4cdda98e46741c83666b3a7e13d03.zip |
Simplify poppler version definitions.
Signed-off-by: Slávek Banko <[email protected]>
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 1db06336..f02587e8 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 |