#ifndef ALARMLIGHT_GLOBAL_H #define ALARMLIGHT_GLOBAL_H #include #if defined(ALARMLIGHT_LIBRARY) # define ALARMLIGHT_EXPORT Q_DECL_EXPORT #else # define ALARMLIGHT_EXPORT Q_DECL_IMPORT #endif #endif // ALARMLIGHT_GLOBAL_H