#ifndef TEMPLATE_GLOBAL_H #define TEMPLATE_GLOBAL_H #include #if defined(TEMPLATE_LIBRARY) #define TEMPLATE_EXPORT Q_DECL_EXPORT #else #define TEMPLATE_EXPORT Q_DECL_IMPORT #endif #endif // TEMPLATE_GLOBAL_H