From 0c5e20bde1f26abf843fd1c71448b5210b9f350a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 6 Dec 2021 16:06:20 +0100 Subject: cmake: Setting the WITH_GCC_VISIBILITY option has no effect. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hidden visibility has always been activated depending on the version of the compiler, regardless of WITH_GCC_VISIBILITY value. The config.h file generated during configuration was not used at all. Signed-off-by: Slávek Banko --- qt/qextscintillalexerpython.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qt/qextscintillalexerpython.cpp') diff --git a/qt/qextscintillalexerpython.cpp b/qt/qextscintillalexerpython.cpp index 84e31b1..ce53537 100644 --- a/qt/qextscintillalexerpython.cpp +++ b/qt/qextscintillalexerpython.cpp @@ -19,6 +19,9 @@ // TQScintilla; see the file LICENSE. If not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif #include #include -- cgit v1.2.1