From 075471f041516c31c7ea976dae03b5a771d6910d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 25 Aug 2024 19:10:56 +0900 Subject: [PATCH] Don't use ntq* headers and adapt to __TDE_HAVE_GCC_VISIBILITY Signed-off-by: Michele Calgaro --- config.h.cmake | 2 +- readme.html | 14 +++++++------- src/UiGuiErrorMessage.cpp | 2 +- src/__TODO/AboutDialogGraphicsView.cpp | 4 ++-- src/__TODO/UiGuiIndentServer.cpp | 2 +- src/debugging/TSLogger.cpp | 12 ++++++------ src/debugging/TSLogger.h | 4 ++-- 7 files changed, 20 insertions(+), 20 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). */ diff --git a/readme.html b/readme.html index 4e259b4..bc6dde5 100755 --- a/readme.html +++ b/readme.html @@ -196,11 +196,11 @@ a.external

This list shows some selected functionalities that TQt offers and that I use with UiGUI.