diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-12 22:32:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-13 21:56:45 +0900 |
commit | 1db2595954112c4d086d8e8c775473fe8b6cad8a (patch) | |
tree | 92568ce86f5c611fe9119abec0e54170b3026888 | |
parent | eb6e700a9599ae23fa8d19913a5527fcde03700b (diff) | |
download | libkipi-r14.1.x.tar.gz libkipi-r14.1.x.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 205e58006ed973618859403fb1b79b477184dd1b)
-rw-r--r-- | config.h.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake index 61ede3a..4064b66 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,7 +1,7 @@ #define VERSION "@VERSION@" // Defined if you have fvisibility and fvisibility-inlines-hidden support. -#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1 +#cmakedefine __TDE_HAVE_GCC_VISIBILITY 1 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ |