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