#pragma once #include #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