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
62 #elif TEOGCWMSQTPLUGINDLL
63 #define TEOGCWMSQTPLUGINEXPORT TE_DLL_EXPORT
65 #define TEOGCWMSQTPLUGINEXPORT TE_DLL_IMPORT
68 #define TEOGCWMSQTPLUGINEXPORT