#ifndef ALARM_GLOBAL_H #define ALARM_GLOBAL_H #include <QtCore/qglobal.h> #if defined(ALARM_LIBRARY) #define ALARM_EXPORT Q_DECL_EXPORT #else #define ALARM_EXPORT Q_DECL_IMPORT #endif #endif // TDENGINE_GLOBAL_H