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