diff options
author | Michele Calgaro <[email protected]> | 2024-07-12 22:11:51 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-12 22:11:51 +0900 |
commit | 451bff5e53c2f78bd6e7475bbdd657b32f269a1b (patch) | |
tree | 133861de06c58a850fc7a6057dbc0380680dc734 /config.h.cmake | |
parent | 15a11584a5e978821c7de52687ca5b22ce2f7749 (diff) | |
download | kmymoney-451bff5e53c2f78bd6e7475bbdd657b32f269a1b.tar.gz kmymoney-451bff5e53c2f78bd6e7475bbdd657b32f269a1b.zip |
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'config.h.cmake')
-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 ae02630..fbaf7c6 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -2,7 +2,7 @@ #define VERSION "@APP_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). */ |