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