diff options
Diffstat (limited to 'src/QGst/Ui/global.h')
-rw-r--r-- | src/QGst/Ui/global.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/QGst/Ui/global.h b/src/QGst/Ui/global.h index cba1806..85c55ea 100644 --- a/src/QGst/Ui/global.h +++ b/src/QGst/Ui/global.h @@ -18,6 +18,11 @@ #ifndef QTGSTREAMERUI_EXPORT_H #define QTGSTREAMERUI_EXPORT_H +// workaround for https://bugreports.qt-project.org/browse/QTBUG-22829 +#if defined(Q_MOC_RUN) && !defined(BOOST_TT_HAS_OPERATOR_HPP_INCLUDED) +#define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED +#endif + #include <QtCore/QtGlobal> /* defined by cmake when building this library */ |