#pragma once #include #if defined(I_SYSUTILS_LIBRARY) # define I_SYSUTILS_EXPORT Q_DECL_EXPORT #else # define I_SYSUTILS_EXPORT Q_DECL_IMPORT #endif