#pragma once #include #ifndef BUILD_STATIC # if defined(MESSAGEBASIC_LIB) # define MESSAGEBASIC_EXPORT Q_DECL_EXPORT # else # define MESSAGEBASIC_EXPORT Q_DECL_IMPORT # endif #else # define MESSAGEBASIC_EXPORT #endif