export.h 197 B

1234567891011
  1. #ifndef EXPORT_H
  2. #define EXPORT_H
  3. #if defined(FANCONTROL_GUI_LIBRARY)
  4. # define FANCONTROL_GUI_EXPORT Q_DECL_EXPORT
  5. #else
  6. # define FANCONTROL_GUI_EXPORT Q_DECL_IMPORT
  7. #endif
  8. #endif // EXPORT_H