Skip to content
Snippets Groups Projects
Commit 2890d51c authored by Lars Bilke's avatar Lars Bilke
Browse files

Fixed some compile errors due to a moc-bug in combination with Boost.

parent 7b96c804
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,6 @@
#include "ui_CondFromRaster.h"
#include <QDialog>
#include "Applications/ApplicationsLib/ProjectData.h"
namespace MeshLib {
class Mesh;
}
......
......@@ -18,7 +18,9 @@
#include "ui_MeshElementRemoval.h"
#include <QDialog>
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829
#include "Applications/ApplicationsLib/ProjectData.h"
#endif
class Node;
......
......@@ -16,7 +16,10 @@
#define MSHMODEL_H
// ** INCLUDES **
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829
#include "Applications/ApplicationsLib/ProjectData.h"
#endif
#include "TreeModel.h"
namespace MeshLib {
......
......@@ -15,7 +15,10 @@
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#ifndef Q_MOC_RUN // See: https://bugreports.qt-project.org/browse/QTBUG-22829
#include "Applications/ApplicationsLib/ProjectData.h"
#endif
#include "ImportFileTypes.h"
#include "ui_mainwindow.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment