#ifndef LIBPARSE_GLOBAL_H
#define LIBPARSE_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(LIBPARSE_LIBRARY)
# define LIBPARSE_EXPORT Q_DECL_EXPORT
#else
# define LIBPARSE_EXPORT Q_DECL_IMPORT
#endif
#endif // LIBPARSE_GLOBAL_H