#ifndef LIBPARSE_GLOBAL_H #define LIBPARSE_GLOBAL_H #include #if defined(LIBPARSE_LIBRARY) # define LIBPARSE_EXPORT Q_DECL_EXPORT #else # define LIBPARSE_EXPORT Q_DECL_IMPORT #endif #endif // LIBPARSE_GLOBAL_H