diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-25 19:10:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-25 19:10:56 +0900 |
commit | 075471f041516c31c7ea976dae03b5a771d6910d (patch) | |
tree | 07535c03bc3ac27df6da867f8e8822ab7b8f7ede /config.h.cmake | |
parent | 59999a5ad2e7a43bba88d4d25ef970c2fbc575f0 (diff) | |
download | universal-indent-gui-tqt-075471f041516c31c7ea976dae03b5a771d6910d.tar.gz universal-indent-gui-tqt-075471f041516c31c7ea976dae03b5a771d6910d.zip |
Don't use ntq* headers and adapt to __TDE_HAVE_GCC_VISIBILITY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 bf4bed3..99cc77b 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -8,7 +8,7 @@ #define APP_ICONS_PATH "@SHARE_INSTALL_PREFIX@/universal-indent-gui-tqt/icons/" // 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). */ |