]> vaikene.ee Git - evaf/blob - src/libs/Plugins/libplugins.h
Added more files to the project.
[evaf] / src / libs / Plugins / libplugins.h
1 /**
2 * @file Plugins/libplugins.h
3 * @author Enar Vaikene
4 *
5 * Copyright (c) 2011 Enar Vaikene
6 *
7 * This file is part of the eVaf C++ cross-platform application development framework.
8 *
9 * This file can be used under the terms of the GNU General Public License
10 * version 3.0 as published by the Free Software Foundation and appearing in
11 * the file LICENSE included in the packaging of this file. Please review the
12 * the following information to ensure the GNU General Public License version
13 * 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html.
14 *
15 * Alternatively, this file may be used in accordance with the Commercial License
16 * Agreement provided with the Software.
17 */
18
19 #ifndef __PLUGINS_LIBPLUGINS_H
20 #define __PLUGINS_LIBPLUGINS_H
21
22 #include <QtCore/qglobal.h>
23
24 #if defined(PLUGINS_LIBRARY)
25 # define PLUGINS_EXPORT Q_DECL_EXPORT
26 #else
27 # define PLUGINS_EXPORT Q_DECL_IMPORT
28 #endif
29
30 #endif // libplugins.h