Go to the documentation of this file.
   32 #ifndef qt_gui_cpp__EXPORTS_H 
   33 #define qt_gui_cpp__EXPORTS_H 
   40     #define QT_GUI_CPP_HELPER_IMPORT __declspec(dllimport) 
   41     #define QT_GUI_CPP_HELPER_EXPORT __declspec(dllexport) 
   42     #define QT_GUI_CPP_HELPER_LOCAL 
   44     #define QT_GUI_CPP_HELPER_IMPORT __attribute__ ((visibility("default"))) 
   45     #define QT_GUI_CPP_HELPER_EXPORT __attribute__ ((visibility("default"))) 
   46     #define QT_GUI_CPP_HELPER_LOCAL  __attribute__ ((visibility("hidden"))) 
   48     #define QT_GUI_CPP_HELPER_IMPORT 
   49     #define QT_GUI_CPP_HELPER_EXPORT 
   50     #define QT_GUI_CPP_HELPER_LOCAL 
   53 #ifdef ROS_BUILD_SHARED_LIBS // ros is being built around shared libraries 
   54   #ifdef qt_gui_cpp_EXPORTS // we are building a shared lib/dll 
   55     #define QT_GUI_CPP_DECL QT_GUI_CPP_HELPER_EXPORT 
   56   #else // we are using shared lib/dll 
   57     #define QT_GUI_CPP_DECL QT_GUI_CPP_HELPER_IMPORT 
   59 #else // ros is being built around static libraries 
   60   #define QT_GUI_CPP_DECL 
  
qt_gui_cpp
Author(s): Dirk Thomas
autogenerated on Mon Apr 28 2025 02:16:57