#pragma once #include #if defined(NM_PLOT_LIBRARY) # define NM_PLOT_EXPORT Q_DECL_EXPORT #else # define NM_PLOT_EXPORT Q_DECL_IMPORT #endif