#ifndef CUIPropertyAPI_H #define CUIPropertyAPI_H #include #include #ifndef QVAR_DECLARE #define QVAR_DECLARE Q_DECLARE_METATYPE(int*) Q_DECLARE_METATYPE(bool*) Q_DECLARE_METATYPE(double*) Q_DECLARE_METATYPE(QString*) Q_DECLARE_METATYPE(QString) #endif #if defined(CUIProperty_API) #define CUIPropertyAPI Q_DECL_EXPORT #else #define CUIPropertyAPI Q_DECL_IMPORT #endif #endif // CUIPropertyAPI_H