kleopatra
Go to the documentation of this file.
   20 #ifndef LIBKLEOPATRACLIENT_KLEOPATRACLIENT_EXPORT_H 
   21 #define LIBKLEOPATRACLIENT_KLEOPATRACLIENT_EXPORT_H 
   24 #include <kdemacros.h> 
   28 #ifndef KLEOPATRACLIENTCORE_EXPORT 
   29 # if defined(KDEPIM_STATIC_LIBS) 
   31 #  define KLEOPATRACLIENTCORE_EXPORT 
   32 # elif defined(MAKE_KLEOPATRACLIENTCORE_LIB) 
   33 #  define KLEOPATRACLIENTCORE_EXPORT KDE_EXPORT 
   35 #  define KLEOPATRACLIENTCORE_EXPORT KDE_IMPORT 
   39 #ifndef KLEOPATRACLIENTGUI_EXPORT 
   40 # if defined(KDEPIM_STATIC_LIBS) 
   42 #  define KLEOPATRACLIENTGUI_EXPORT 
   43 # elif defined(MAKE_KLEOPATRACLIENTGUI_LIB) 
   44 #  define KLEOPATRACLIENTGUI_EXPORT KDE_EXPORT 
   46 #  define KLEOPATRACLIENTGUI_EXPORT KDE_IMPORT 
   52 #ifndef KLEOPATRACLIENTCORE_EXPORT 
   53 # define KLEOPATRACLIENTCORE_EXPORT KDE_EXPORT 
   56 #ifndef KLEOPATRACLIENTGUI_EXPORT 
   57 # define KLEOPATRACLIENTGUI_EXPORT KDE_EXPORT 
   60 #ifndef KLEOPATRACLIENT_NAMESPACE 
   61 # define KLEOPATRACLIENT_NAMESPACE KleopatraClient 
  
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:11 by
doxygen 1.8.7 written
by 
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.