#pragma once #include #if defined(M_TOOL_PSEU_LIBRARY) # define M_TOOL_PSEU_EXPORT Q_DECL_EXPORT #else # define M_TOOL_PSEU_EXPORT Q_DECL_IMPORT #endif