Go to the documentation of this file.
   26 #ifndef __TERRALIB_EDIT_QT_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_EDIT_QT_INTERNAL_CONFIG_H 
   47     #pragma warning( disable : 4251 ) 
   48     #pragma warning( disable : 4275 ) 
   49     #pragma warning( disable : 4290 ) 
   53     #define TEEDITQTEXPORT                          // Don't need to export/import... it is a static library 
   55     #define TEEDITQTEXPORT  __declspec(dllexport)   // export DLL information 
   57     #define TEEDITQTEXPORT  __declspec(dllimport)   // import DLL information 
   60   #define TEEDITQTEXPORT 
   65 #endif  // __TERRALIB_EDIT_QT_INTERNAL_CONFIG_H