colorwidgets_global.hpp 328 B

1234567891011121314
  1. #ifndef QT_COLOR_WIDGETS_GLOBAL_H
  2. #define QT_COLOR_WIDGETS_GLOBAL_H
  3. #include <QtCore/QtGlobal>
  4. #if defined(QTCOLORWIDGETS_STATICALLY_LINKED)
  5. # define QCP_EXPORT
  6. #elif defined(QTCOLORWIDGETS_LIBRARY)
  7. # define QCP_EXPORT Q_DECL_EXPORT
  8. #else
  9. # define QCP_EXPORT Q_DECL_IMPORT
  10. #endif
  11. #endif // QT_COLOR_WIDGETS_GLOBAL_H