#ifndef ALARM_GLOBAL_H #define ALARM_GLOBAL_H #include #if defined(ALARM_LIBRARY) #define ALARM_EXPORT Q_DECL_EXPORT #else #define ALARM_EXPORT Q_DECL_IMPORT #endif #endif // TDENGINE_GLOBAL_H