#include <QtCore/qmetaobject.h> #ifndef QMETAOBJECT_H class QMetaProperty{ /* Some contents are skipped to improve readability */ private: struct QMetaObject const * mobj; /* ... */ }; #endif // QMETAOBJECT_H