#pragma once
#include <QtCore/qglobal.h>
#ifndef BUILD_STATIC
# if defined(MAPPRESENT_LIB)
# define MAPPRESENT_EXPORT Q_DECL_EXPORT
# else
# define MAPPRESENT_EXPORT Q_DECL_IMPORT
# endif
#else
# define MAPPRESENT_EXPORT
#endif