#ifndef CUIPropertyAPI_H #define CUIPropertyAPI_H #include #include #if defined(CUIProperty_API) #define CUIPropertyAPI Q_DECL_EXPORT #else #define CUIPropertyAPI Q_DECL_IMPORT #endif #endif // CUIPropertyAPI_H