Go to the documentation of this file.
   26 #ifndef __TERRALIB_QT_PLUGINS_LAYOUT_INTERNAL_CONFIG_H 
   27 #define __TERRALIB_QT_PLUGINS_LAYOUT_INTERNAL_CONFIG_H 
   30 #include "../../../Config.h" 
   38 #define TE_QT_PLUGIN_LAYOUT_HAVE_LAYOUTEDITOR 
   45 #define TE_QT_PLUGIN_LAYOUT_PLUGIN_NAME "te.qt.layout" 
   52 #define TE_QT_PLUGIN_LAYOUT_TEXT_DOMAIN "teqtpluginlayout" 
   59 #define TE_QT_PLUGIN_LAYOUT_TEXT_DOMAIN_DIR "locale" 
   66 #define TE_QT_PLUGIN_LAYOUT(message) TR(message, TE_QT_PLUGIN_LAYOUT_TEXT_DOMAIN) 
   76   #ifdef TEQTPLUGINLAYOUTDLL 
   77     #define TEQTPLUGINLAYOUTEXPORT  __declspec(dllexport)   // export DLL information 
   79     #define TEQTPLUGINLAYOUTEXPORT  __declspec(dllimport)   // import DLL information 
   82   #define TEQTPLUGINLAYOUTEXPORT 
   85 #endif  // __TERRALIB_QT_PLUGINS_LAYOUT_INTERNAL_CONFIG_H