#pragma once #include #if defined(I_UTILS_LIBRARY) # define I_UTILSSHARED_EXPORT Q_DECL_EXPORT #else # define I_UTILSSHARED_EXPORT Q_DECL_IMPORT #endif