#pragma once #include #if defined(I_UNIT_LIBRARY) # define I_UNITSHARED_EXPORT Q_DECL_EXPORT #else # define I_UNITSHARED_EXPORT Q_DECL_IMPORT #endif