#include <QtCore/qnamespace.h> #ifndef QNAMESPACE_H namespace Qt{ enum CursorShape{ /* Some contents are skipped to improve readability */ SizeBDiagCursor = 7, /* ... */ }; }; #endif // QNAMESPACE_H