#pragma once #include #if defined(I_PROPERTY_LIBRARY) # define I_PROPERTY_EXPORT Q_DECL_EXPORT #else # define I_PROPERTY_EXPORT Q_DECL_IMPORT #endif