#pragma once #include #ifndef BUILD_STATIC # if defined(MAPPINGCHART_LIB) # define MAPPINGCHART_EXPORT Q_DECL_EXPORT # else # define MAPPINGCHART_EXPORT Q_DECL_IMPORT # endif #else # define MAPPINGCHART_EXPORT #endif