#pragma once #include #if defined(I_XML_BASE_LIBRARY) # define I_XML_BASE_EXPORT Q_DECL_EXPORT #else # define I_XML_BASE_EXPORT Q_DECL_IMPORT #endif