Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 594630 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +18 lines)
Line  Link Here
0
-- avogadro-1.1.1/libavogadro/src/pythonengine_p.h
0
++ avogadro-1.1.1/libavogadro/src/pythonengine_p.h
Lines 27-33 Link Here
27
27
28
#include <avogadro/global.h>
28
#include <avogadro/global.h>
29
#include <avogadro/engine.h>
29
#include <avogadro/engine.h>
30
#ifndef Q_MOC_RUN
30
#include <boost/python.hpp>
31
#include <boost/python.hpp>
32
#endif
31
33
32
namespace Avogadro {
34
namespace Avogadro {
33
35
34
-- avogadro-1.1.1/libavogadro/src/pythonextension_p.h
36
++ avogadro-1.1.1/libavogadro/src/pythonextension_p.h
Lines 29-35 Link Here
29
#include <avogadro/extension.h>
29
#include <avogadro/extension.h>
30
#include <avogadro/primitive.h>
30
#include <avogadro/primitive.h>
31
#include <avogadro/glwidget.h>
31
#include <avogadro/glwidget.h>
32
#ifndef Q_MOC_RUN
32
#include <boost/python.hpp>
33
#include <boost/python.hpp>
34
#endif
33
35
34
#include <QWidget>
36
#include <QWidget>
35
#include <QList>
37
#include <QList>
36
-- avogadro-1.1.1/libavogadro/src/pythoninterpreter.h
38
++ avogadro-1.1.1/libavogadro/src/pythoninterpreter.h
Lines 26-32 Link Here
26
#define PYTHONINTERPRETER_H
26
#define PYTHONINTERPRETER_H
27
27
28
#include <avogadro/global.h>
28
#include <avogadro/global.h>
29
#ifndef Q_MOC_RUN
29
#include <boost/python.hpp>
30
#include <boost/python.hpp>
31
#endif
30
#include <avogadro/primitive.h>
32
#include <avogadro/primitive.h>
31
#include <QString>
33
#include <QString>
32
34
33
-- avogadro-1.1.1/libavogadro/src/pythonscript.h
35
++ avogadro-1.1.1/libavogadro/src/pythonscript.h
Lines 27-33 Link Here
27
#define PYTHONSCRIPT_H
27
#define PYTHONSCRIPT_H
28
28
29
#include <avogadro/global.h>
29
#include <avogadro/global.h>
30
#ifndef Q_MOC_RUN
30
#include <boost/python.hpp>
31
#include <boost/python.hpp>
32
#endif
31
33
32
#include "pythonerror.h"
34
#include "pythonerror.h"
33
35
34
-- avogadro-1.1.1/libavogadro/src/pythonthread_p.h
36
++ avogadro-1.1.1/libavogadro/src/pythonthread_p.h
Lines 26-32 Link Here
26
#define PYTHONTHREAD_H
26
#define PYTHONTHREAD_H
27
27
28
#include <avogadro/global.h>
28
#include <avogadro/global.h>
29
#ifndef Q_MOC_RUN
29
#include <boost/python.hpp>
30
#include <boost/python.hpp>
31
#endif
30
32
31
namespace Avogadro {
33
namespace Avogadro {
32
34
33
-- avogadro-1.1.1/libavogadro/src/pythontool_p.h
35
++ avogadro-1.1.1/libavogadro/src/pythontool_p.h
Lines 27-33 Link Here
27
27
28
#include <avogadro/global.h>
28
#include <avogadro/global.h>
29
#include <avogadro/tool.h>
29
#include <avogadro/tool.h>
30
#ifndef Q_MOC_RUN
30
#include <boost/python.hpp>
31
#include <boost/python.hpp>
32
#endif
31
33
32
#include <QObject>
34
#include <QObject>
33
#include <QAction>
35
#include <QAction>

Return to bug 594630