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