Go to the documentation of this file.
   29  #ifndef __TERRALIB_WS_OGC_WCS_QT_CONFIG_H 
   30  #define __TERRALIB_WS_OGC_WCS_QT_CONFIG_H 
   33 #include "../../../../Defines.h" 
   53     #pragma warning( disable : 4251 ) 
   54     #pragma warning( disable : 4275 ) 
   55     #pragma warning( disable : 4290 ) 
   58   #ifdef TEOGCWCSQTSTATIC 
   59     #define TEOGCWCSQTEXPORT                          // Don't need to export/import... it is a static library 
   61     #define TEOGCWCSQTEXPORT  TE_DLL_EXPORT   // export DLL information 
   63     #define TEOGCWCSQTEXPORT  TE_DLL_IMPORT   // import DLL information 
   66   #define TEOGCWCSQTEXPORT 
   71 #endif //__TERRALIB_WS_OGC_WCS_QTPLUGIN_CONFIG_H