kresources
21 #ifndef KRESOURCES_EXPORT_H
22 #define KRESOURCES_EXPORT_H
24 #include <kdemacros.h>
26 #ifndef KRESOURCES_EXPORT
27 # if defined(KDEPIM_STATIC_LIBS)
29 # define KRESOURCES_EXPORT
30 # elif defined(MAKE_KRESOURCES_LIB)
32 # define KRESOURCES_EXPORT KDE_EXPORT
35 # define KRESOURCES_EXPORT KDE_IMPORT
39 #ifndef KCM_KRESOURCES_EXPORT
40 # if defined(KDEPIM_STATIC_LIBS)
42 # define KCM_KRESOURCES_EXPORT
43 # elif defined(MAKE_KCM_KRESOURCES_LIB)
45 # define KCM_KRESOURCES_EXPORT KDE_EXPORT
48 # define KCM_KRESOURCES_EXPORT KDE_IMPORT
52 # ifndef KRESOURCES_EXPORT_DEPRECATED
53 # if !defined( WANT_DEPRECATED_KRESOURCE_API )
54 # define KRESOURCES_EXPORT_DEPRECATED KDE_DEPRECATED KRESOURCES_EXPORT
56 # define KRESOURCES_EXPORT_DEPRECATED KRESOURCES_EXPORT
59 # ifndef KCM_KRESOURCES_EXPORT_DEPRECATED
60 # if !defined( WANT_DEPRECATED_KRESOURCE_API )
61 # define KCM_KRESOURCES_EXPORT_DEPRECATED KDE_DEPRECATED KCM_KRESOURCES_EXPORT
63 # define KCM_KRESOURCES_EXPORT_DEPRECATED KCM_KRESOURCES_EXPORT
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:27:03 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.