Your IP : 216.73.216.48


Current Path : /usr/X11R6/include/khangman/
Upload File :
Current File : //usr/X11R6/include/khangman/khangman_engine_export.h

/******************************************************************************
 * This file is part of the KHangMan project
 * Copyright (c) 2012 Laszlo Papp <lpapp@kde.org>
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */

#ifndef KHANGMAN_ENGINE_EXPORT_H
#define KHANGMAN_ENGINE_EXPORT_H

#include <QtCore/qglobal.h>

#ifndef KHANGMAN_ENGINE_EXPORT
#if defined(MAKE_KHANGMAN_ENGINE_LIB)
#define KHANGMAN_ENGINE_EXPORT Q_DECL_EXPORT
#else
#define KHANGMAN_ENGINE_EXPORT Q_DECL_IMPORT
#endif
#endif

#ifndef KHANGMAN_ENGINE_EXPORT_DEPRECATED
#define KHANGMAN_ENGINE_EXPORT_DEPRECATED Q_DECL_DEPRECATED KHANGMAN_ENGINE_EXPORT
#endif

#endif // KHANGMAN_ENGINE_EXPORT_H