From b2b96a5ed3e8deccde46148bbb1d50f69f585bd9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 9 Jan 2012 16:44:20 -0600 Subject: Add gcc visibility option to tdebase --- config.h.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index cdf1db888..d72a96c33 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,5 +1,8 @@ #define VERSION "@VERSION@" +// Defined if you have fvisibility and fvisibility-inlines-hidden support. +#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1 + // konsole #cmakedefine HAVE_PROC_CWD 1 -- cgit v1.2.1