diff --git a/src/gui/text/qcssparser_p.h b/src/gui/text/qcssparser_p.h index 9f79e9934e2..c1594531ea1 100644 --- a/src/gui/text/qcssparser_p.h +++ b/src/gui/text/qcssparser_p.h @@ -75,6 +75,10 @@ QT_END_NAMESPACE #if defined(Q_OS_INTEGRITY) # undef Value #endif +// Hurd has #define TILDE 0x00080000 from +#if defined(TILDE) +# undef TILDE +#endif #define QT_CSS_DECLARE_TYPEINFO(Class, Type) \ } /* namespace QCss */ \