Skip to content
Snippets Groups Projects
Commit 85e28409 authored by Andreas Schenk's avatar Andreas Schenk
Browse files

workaroung for QT bug 22829

parent cc919347
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,11 @@ ...@@ -3,8 +3,11 @@
#include <csignal> #include <csignal>
#include <utility> #include <utility>
#include <boost/python.hpp> // workaround for QTBUG-22829: https://bugreports.qt-project.org/browse/QTBUG-22829
#include <boost/shared_ptr.hpp> #ifndef Q_MOC_RUN
#include <boost/python.hpp>
#include <boost/shared_ptr.hpp>
#endif
#include "output_redirector.hh" #include "output_redirector.hh"
#include <QObject> #include <QObject>
#include <QQueue> #include <QQueue>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment