Go to the documentation of this file.
   26 #ifndef __TERRALIB_QTWIDGETS_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_QTWIDGETS_INTERNAL_CONFIG_H 
   29 #define TE_QTWIDGETS_MODULE_NAME "te.qtwidgets" 
   31 #define TE_QTWIDGETS_DEFAULT_TREEVIEW_IDENTATION 10 
   50     #pragma warning( disable : 4251 ) 
   55   #ifdef TEQTWIDGETSSTATIC 
   56     #define TEQTWIDGETSEXPORT                          // Don't need to export/import... it is a static library 
   58     #define TEQTWIDGETSEXPORT  __declspec(dllexport)   // export DLL information 
   60     #define TEQTWIDGETSEXPORT  __declspec(dllimport)   // import DLL information 
   63   #define TEQTWIDGETSEXPORT 
   68 #endif  // __TERRALIB_QTWIDGETS_INTERNAL_CONFIG_H