libKipi
libkipi_export.h
Go to the documentation of this file.
1 /* ============================================================
2  *
3  * This file is a part of kipi-plugins project
4  * http://www.kipi-plugins.org
5  *
6  * Date : 2005-01-01
7  * Description : libkipi export.
8  *
9  * Copyright (C) 2005 by Laurent Montel <montel@kde.org>
10  *
11  * This program is free software; you can redistribute it
12  * and/or modify it under the terms of the GNU General
13  * Public License as published by the Free Software Foundation;
14  * either version 2, or (at your option) any later version.
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19  * GNU General Public License for more details.
20  *
21  * ============================================================ */
22 
23 #ifndef _LIBKIPI_EXPORT_H
24 #define _LIBKIPI_EXPORT_H
25 
26 #undef KDEMACROS_USABLE
27 
28 #ifdef KDEMACROS_USABLE
29 #include <kdemacros.h>
30 #endif
31 
32 #ifdef KDE_EXPORT
33 #define LIBKIPI_EXPORT KDE_EXPORT
34 #else
35 #define LIBKIPI_EXPORT
36 #endif
37 
38 #endif /* _LIBKIPI_EXPORT_H */
39