#pragma once #include #if defined(NM_DATA_LIBRARY) # define NM_DATA_EXPORT Q_DECL_EXPORT #else # define NM_DATA_EXPORT Q_DECL_IMPORT #endif