ctkEventBus_global.h 451 B

123456789101112131415161718192021222324
  1. /*
  2. * ctkEventBus_global.h
  3. * ctkEventBus
  4. *
  5. * Created by Paolo Quadrani on 27/03/09.
  6. * Copyright 2009 B3C. All rights reserved.
  7. *
  8. * See Licence at: http://tiny.cc/QXJ4D
  9. *
  10. */
  11. #ifndef CTKEVENTBUS_GLOBAL_H
  12. #define CTKEVENTBUS_GLOBAL_H
  13. #include <QtCore/qglobal.h>
  14. #if defined(CTKEVENTBUS_LIBRARY)
  15. # define CTKEVENTBUSSHARED_EXPORT Q_DECL_EXPORT
  16. #else
  17. # define CTKEVENTBUSSHARED_EXPORT Q_DECL_IMPORT
  18. #endif
  19. #endif // MAFEVENTBUS_GLOBAL_H