#ifndef SCSTWLIBRARIES_GLOBAL_H #define SCSTWLIBRARIES_GLOBAL_H #include #if defined(SCSTWLIBRARIES_LIBRARY) # define SCSTWLIBRARIES_EXPORT Q_DECL_EXPORT #else # define SCSTWLIBRARIES_EXPORT Q_DECL_IMPORT #endif #endif // SCSTWCLIENT_GLOBAL_H