Kross
Go to the documentation of this file.
28# if defined(KDELIBS_STATIC_LIBS)
31# elif defined(MAKE_KROSS_LIB)
33# define KROSS_EXPORT KDE_EXPORT
36# define KROSS_EXPORT KDE_IMPORT
40#ifndef KROSSCORE_EXPORT
41# if defined(KDELIBS_STATIC_LIBS)
43# define KROSSCORE_EXPORT
44# elif defined(MAKE_KROSSCORE_LIB)
46# define KROSSCORE_EXPORT KDE_EXPORT
49# define KROSSCORE_EXPORT KDE_IMPORT
54# if defined(KDELIBS_STATIC_LIBS)
56# define KROSSUI_EXPORT
57# elif defined(MAKE_KROSSUI_LIB)
59# define KROSSUI_EXPORT KDE_EXPORT
62# define KROSSUI_EXPORT KDE_IMPORT
66# ifndef KROSS_EXPORT_DEPRECATED
67# define KROSS_EXPORT_DEPRECATED KDE_DEPRECATED KROSS_EXPORT
69# ifndef KROSSCORE_EXPORT_DEPRECATED
70# define KROSSCORE_EXPORT_DEPRECATED KDE_DEPRECATED KROSSCORE_EXPORT
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by
doxygen 1.9.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.