#ifndef TDENGINE_GLOBAL_H #define TDENGINE_GLOBAL_H #include #if defined(TDENGINE_LIBRARY) #define TDENGINE_EXPORT Q_DECL_EXPORT #else #define TDENGINE_EXPORT Q_DECL_IMPORT #endif #endif // TDENGINE_GLOBAL_H