00001 /* ============================================================ 00002 * 00003 * This file is a part of kipi-plugins project 00004 * http://www.kipi-plugins.org 00005 * 00006 * Date : 2005-01-01 00007 * Description : libkipi export. 00008 * 00009 * Copyright (C) 2005 by Laurent Montel <montel@kde.org> 00010 * 00011 * This program is free software; you can redistribute it 00012 * and/or modify it under the terms of the GNU General 00013 * Public License as published by the Free Software Foundation; 00014 * either version 2, or (at your option) any later version. 00015 * 00016 * This program is distributed in the hope that it will be useful, 00017 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00018 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00019 * GNU General Public License for more details. 00020 * 00021 * ============================================================ */ 00022 00023 #ifndef _LIBKIPI_EXPORT_H 00024 #define _LIBKIPI_EXPORT_H 00025 00026 #undef KDEMACROS_USABLE 00027 00028 #ifdef KDEMACROS_USABLE 00029 #include <kdemacros.h> 00030 #endif 00031 00032 #ifdef KDE_EXPORT 00033 #define LIBKIPI_EXPORT KDE_EXPORT 00034 #else 00035 #define LIBKIPI_EXPORT 00036 #endif 00037 00038 #endif /* _LIBKIPI_EXPORT_H */ 00039
1.5.5