From 5363fd55b8fed6a22d63017ff110ddd7dc619c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 31 Dec 2021 12:15:57 +0100 Subject: Add option WITH_GCC_VISIBILITY. Fix building with hidden visibility. Add missing definitions to config.h.cmake. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 762bfec2c849854fc0247acf8d2f107c27b17940) --- noatun-plugins/synaescope/synaescope.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'noatun-plugins/synaescope/synaescope.cpp') diff --git a/noatun-plugins/synaescope/synaescope.cpp b/noatun-plugins/synaescope/synaescope.cpp index e69e7af..1249953 100644 --- a/noatun-plugins/synaescope/synaescope.cpp +++ b/noatun-plugins/synaescope/synaescope.cpp @@ -15,7 +15,7 @@ extern "C" { - Plugin *create_plugin() + KDE_EXPORT Plugin* create_plugin() { TDEGlobal::locale()->insertCatalogue("synaescope"); return new SynaeScope(); -- cgit v1.2.1