diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-12 22:21:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-14 22:46:05 +0900 |
commit | 3bec2631842156fa91c2ded62506354f8463ec2b (patch) | |
tree | fceda9659855e54bd0f167236be77e870ee26f4b | |
parent | fbedaf32e243623a321a8523f48243298ece81b3 (diff) | |
download | gtk-qt-engine-3bec2631842156fa91c2ded62506354f8463ec2b.tar.gz gtk-qt-engine-3bec2631842156fa91c2ded62506354f8463ec2b.zip |
Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYr14.1.3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1e57478fc9b090cb4fcfcc72646ecee4bed5849d)
-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 c5045ac..d0f7adb 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). */ |