#pragma once #include #if defined(M_PVT_LIBRARY) # define M_PVT_EXPORT Q_DECL_EXPORT #else # define M_PVT_EXPORT Q_DECL_IMPORT #endif