• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepim API Reference
  • KDE Home
  • Contact Us
 

korganizer

  • sources
  • kde-4.12
  • kdepim
  • korganizer
korganizer_export.h
Go to the documentation of this file.
1 /* This file is part of the KDE project
2  Copyright (C) 2007 David Faure <faure@kde.org>
3 
4  This library is free software; you can redistribute it and/or
5  modify it under the terms of the GNU Library General Public
6  License as published by the Free Software Foundation; either
7  version 2 of the License, or (at your option) any later version.
8 
9  This library is distributed in the hope that it will be useful,
10  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12  Library General Public License for more details.
13 
14  You should have received a copy of the GNU Library General Public License
15  along with this library; see the file COPYING.LIB. If not, write to
16  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17  Boston, MA 02110-1301, USA.
18 */
19 
20 #ifndef KORGANIZER_EXPORT_H
21 #define KORGANIZER_EXPORT_H
22 
23 /* needed for KDE_EXPORT and KDE_IMPORT macros */
24 #include <kdemacros.h>
25 
26 #ifndef KORGANIZERPRIVATE_EXPORT
27 # if defined(KDEPIM_STATIC_LIBS)
28  /* No export/import for static libraries */
29 # define KORGANIZERPRIVATE_EXPORT
30 # elif defined(MAKE_KORGANIZERPRIVATE_LIB)
31  /* We are building this library */
32 # define KORGANIZERPRIVATE_EXPORT KDE_EXPORT
33 # else
34  /* We are using this library */
35 # define KORGANIZERPRIVATE_EXPORT KDE_IMPORT
36 # endif
37 #endif
38 
39 #ifndef KORG_STDPRINTING_EXPORT
40 # if defined(KDEPIM_STATIC_LIBS)
41  /* No export/import for static libraries */
42 # define KORG_STDPRINTING_EXPORT
43 # elif defined(MAKE_KORG_STDPRINTING_LIB)
44  /* We are building this library */
45 # define KORG_STDPRINTING_EXPORT KDE_EXPORT
46 # else
47  /* We are using this library */
48 # define KORG_STDPRINTING_EXPORT KDE_IMPORT
49 # endif
50 #endif
51 
52 #ifndef KORGANIZER_CORE_EXPORT
53 # if defined(KDEPIM_STATIC_LIBS)
54  /* No export/import for static libraries */
55 # define KORGANIZER_CORE_EXPORT
56 # elif defined(MAKE_KORGANIZER_CORE_LIB)
57  /* We are building this library */
58 # define KORGANIZER_CORE_EXPORT KDE_EXPORT
59 # else
60  /* We are using this library */
61 # define KORGANIZER_CORE_EXPORT KDE_IMPORT
62 # endif
63 #endif
64 
65 #ifndef KORGANIZER_EVENTVIEWER_EXPORT
66 # if defined(KDEPIM_STATIC_LIBS)
67  /* No export/import for static libraries */
68 # define KORGANIZER_EVENTVIEWER_EXPORT
69 # elif defined(MAKE_KORGANIZERPRIVATE_LIB)
70  /* We are building this library */
71 # define KORGANIZER_EVENTVIEWER_EXPORT KDE_EXPORT
72 # else
73  /* We are using this library */
74 # define KORGANIZER_EVENTVIEWER_EXPORT KDE_IMPORT
75 # endif
76 #endif
77 
78 #ifndef KORGANIZER_INTERFACES_EXPORT
79 # if defined(KDEPIM_STATIC_LIBS)
80  /* No export/import for static libraries */
81 # define KORGANIZER_INTERFACES_EXPORT
82 # elif defined(MAKE_KORGANIZER_INTERFACES_LIB)
83  /* We are building this library */
84 # define KORGANIZER_INTERFACES_EXPORT KDE_EXPORT
85 # else
86  /* We are using this library */
87 # define KORGANIZER_INTERFACES_EXPORT KDE_IMPORT
88 # endif
89 #endif
90 
91 #ifndef KORGANIZER_CALENDAR_EXPORT
92 # if defined(KDEPIM_STATIC_LIBS)
93  /* No export/import for static libraries */
94 # define KORGANIZER_CALENDAR_EXPORT
95 # elif defined(MAKE_KORGANIZER_CALENDAR_LIB)
96  /* We are building this library */
97 # define KORGANIZER_CALENDAR_EXPORT KDE_EXPORT
98 # else
99  /* We are using this library */
100 # define KORGANIZER_CALENDAR_EXPORT KDE_IMPORT
101 # endif
102 #endif
103 
104 #ifndef KCM_KORGANIZER_EXPORT
105 # if defined(KDEPIM_STATIC_LIBS)
106  /* No export/import for static libraries */
107 # define KCM_KORGANIZER_EXPORT
108 # elif defined(MAKE_KCM_KORGANIZER_LIB)
109  /* We are building this library */
110 # define KCM_KORGANIZER_EXPORT KDE_EXPORT
111 # else
112  /* We are using this library */
113 # define KCM_KORGANIZER_EXPORT KDE_IMPORT
114 # endif
115 #endif
116 
117 # ifndef KORGANIZERPRIVATE_EXPORT_DEPRECATED
118 # define KORGANIZERPRIVATE_EXPORT_DEPRECATED KDE_DEPRECATED KORGANIZERPRIVATE_EXPORT
119 # endif
120 
121 # ifndef KCM_KORGANIZER_EXPORT_DEPRECATED
122 # define KCM_KORGANIZER_EXPORT_DEPRECATED KDE_DEPRECATED KCM_KORGANIZER_EXPORT
123 # endif
124 
125 # ifndef KORG_STDPRINTING_EXPORT_DEPRECATED
126 # define KORG_STDPRINTING_EXPORT_DEPRECATED KDE_DEPRECATED KORG_STDPRINTING_EXPORT
127 # endif
128 
129 # ifndef KORGANIZER_EVENTVIEWER_EXPORT_DEPRECATED
130 # define KORGANIZER_EVENTVIEWER_EXPORT_DEPRECATED KDE_DEPRECATED KORGANIZER_EVENTVIEWER_EXPORT
131 # endif
132 
133 # ifndef KORGANIZER_CALENDAR_EXPORT_DEPRECATED
134 # define KORGANIZER_CALENDAR_EXPORT_DEPRECATED KDE_DEPRECATED KORGANIZER_CALENDAR_EXPORT
135 # endif
136 
137 # ifndef KORGANIZER_INTERFACES_EXPORT_DEPRECATED
138 # define KORGANIZER_INTERFACES_EXPORT_DEPRECATED KDE_DEPRECATED KORGANIZER_INTERFACES_EXPORT
139 # endif
140 
141 # ifndef KORGANIZER_CORE_EXPORT_DEPRECATED
142 # define KORGANIZER_CORE_EXPORT_DEPRECATED KDE_DEPRECATED KORGANIZER_CORE_EXPORT
143 # endif
144 
145 #endif
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

korganizer

Skip menu "korganizer"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdepim API Reference

Skip menu "kdepim API Reference"
  • akonadi_next
  • akregator
  • blogilo
  • calendarsupport
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt2
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korgac
  • korganizer
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
  • mailcommon
  • messagelist
  • messageviewer

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal