Go to the documentation of this file.
   29  #ifndef __TERRALIB_WS_OGC_WCS_QTPLUGIN_CONFIG_H 
   30  #define __TERRALIB_WS_OGC_WCS_QTPLUGIN_CONFIG_H 
   32 #define TE_OGC_WCS_QTPLUGIN_NAME "te.ogc.wcs.qtplugin" 
   35 #include "../../../../Defines.h" 
   55     #pragma warning( disable : 4251 ) 
   56     #pragma warning( disable : 4275 ) 
   57     #pragma warning( disable : 4290 ) 
   60   #ifdef TEOGCWCSQTPLUGINSTATIC 
   61     #define TEOGCWCSQTPLUGINEXPORT                          // Don't need to export/import... it is a static library 
   62   #elif TEOGCWCSQTPLUGINDLL 
   63     #define TEOGCWCSQTPLUGINEXPORT  TE_DLL_EXPORT   // export DLL information 
   65     #define TEOGCWCSQTPLUGINEXPORT  TE_DLL_IMPORT   // import DLL information 
   68   #define TEOGCWCSQTPLUGINEXPORT 
   73 #endif //__TERRALIB_WS_OGC_WCS_QTPLUGIN_CONFIG_H