#pragma once #include #if defined(NM_XML_LIBRARY) # define NM_XML_EXPORT Q_DECL_EXPORT #else # define NM_XML_EXPORT Q_DECL_IMPORT #endif