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