#ifndef UNIONCOM_GLOBAL_H #define UNIONCOM_GLOBAL_H #include #if defined(UNIONCOM_LIBRARY) # define UNIONCOM_EXPORT Q_DECL_EXPORT #else # define UNIONCOM_EXPORT Q_DECL_IMPORT #endif #endif // UNIONCOM_GLOBAL_H