#ifndef MSGPACK_EXPORT_H #define MSGPACK_EXPORT_H #include #if defined(MSGPACK_MAKE_LIB) // building lib #define MSGPACK_EXPORT Q_DECL_EXPORT #else // using lib #define MSGPACK_EXPORT Q_DECL_IMPORT #endif #endif // MSGPACK_EXPORT_H