project
projectexport.h
00001 /*************************************************************************** 00002 * This file is part of KDevelop * 00003 * Copyright 2007 Andreas Pakulat <apaku@gmx.de> * 00004 * Copyright 2006 Matt Rogers <mattr@kde.org> * 00005 * Copyright 2004 Jarosław Staniek <staniek@kde.org> * 00006 * * 00007 * This program is free software; you can redistribute it and/or modify * 00008 * it under the terms of the GNU Library General Public License as * 00009 * published by the Free Software Foundation; either version 2 of the * 00010 * License, or (at your option) any later version. * 00011 * * 00012 * This program is distributed in the hope that it will be useful, * 00013 * but WITHOUT ANY WARRANTY; without even the implied warranty of * 00014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 00015 * GNU General Public License for more details. * 00016 * * 00017 * You should have received a copy of the GNU Library General Public * 00018 * License along with this program; if not, write to the * 00019 * Free Software Foundation, Inc., * 00020 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * 00021 ***************************************************************************/ 00022 00023 #ifndef PROJECTEXPORT_H 00024 #define PROJECTEXPORT_H 00025 00026 /* needed for KDE_EXPORT macros */ 00027 #include <kdemacros.h> 00028 00029 #ifndef KDEVPLATFORMPROJECT_EXPORT 00030 # ifdef MAKE_KDEVPLATFORMPROJECT_LIB 00031 # define KDEVPLATFORMPROJECT_EXPORT KDE_EXPORT 00032 # else 00033 # define KDEVPLATFORMPROJECT_EXPORT KDE_IMPORT 00034 # endif 00035 #endif 00036 00037 #endif 00038
KDE 4.2 API Reference