Config.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2008 National Institute For Space Research (INPE) - Brazil.
3 
4  This file is part of the TerraLib - a Framework for building GIS enabled
5  applications.
6 
7  TerraLib is free software: you can redistribute it and/or modify
8  it under the terms of the GNU Lesser General Public License as published by
9  the Free Software Foundation, either version 3 of the License,
10  or (at your option) any later version.
11 
12  TerraLib is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  GNU Lesser General Public License for more details.
16 
17  You should have received a copy of the GNU Lesser General Public License
18  along with TerraLib. See COPYING. If not, write to
19  TerraLib Team at <terralib-team@terralib.org>.
20 */
21 
22 /*!
23  \file terralib/qt/plugins/timeviewer/Config.h
24 
25  \brief Config.h file.
26 
27  \author Carolina Galvão dos Santos
28  \author Matheus Cavassan Zaglia
29  */
30 
31 #ifndef __TERRALIB_QT_PLUGINS_TIMEVIEWER_INTERNAL_CONFIG_H__
32 #define __TERRALIB_QT_PLUGINS_TIMEVIEWER_INTERNAL_CONFIG_H__
33 
34 #define TE_QT_TIMEVIEWER_PLUGIN_NAME "te.qt.timeviewer"
35 
36 #include "../../../Defines.h"
37 
38 #ifdef WIN32
39  #ifdef TETIMEVIEWERDLL
40  #define TETIMEVIEWEREXPORT TE_DLL_EXPORT
41  #else
42  #define TETIMEVIEWEREXPORT TE_DLL_IMPORT
43  #endif
44 #else
45  #define TETIMEVIEWEREXPORT
46 #endif
47 
48 #endif // __TERRALIB_QT_PLUGINS_TIMEVIEWER_INTERNAL_CONFIG_H__