Mod Cmake en preprocessor

This commit is contained in:
Simon De Backer
2020-12-09 15:28:43 +01:00
parent 4de9c1d922
commit d0c129478e
78 changed files with 589 additions and 327 deletions

View File

@@ -18,10 +18,10 @@
#ifndef QETGRAPHICSHEADERITEM_H
#define QETGRAPHICSHEADERITEM_H
#include "qetapp.h"
#include "../qetapp.h"
#include <QGraphicsObject>
#include <QFont>
#include <QGraphicsObject>
#include <QMargins>
class QAbstractItemModel;

View File

@@ -18,11 +18,11 @@
#include "qetgraphicstableitem.h"
#include "../../QPropertyUndoCommand/qpropertyundocommand.h"
#include "../../createdxf.h"
#include "../../diagram.h"
#include "../../elementprovider.h"
#include "../../qetxml.h"
#include "../../utils/qetutils.h"
#include "createdxf.h"
#include "elementprovider.h"
#include "projectdbmodel.h"
#include "qetgraphicsheaderitem.h"

View File

@@ -18,9 +18,10 @@
#ifndef GRAPHICSTABLEPROPERTIESEDITOR_H
#define GRAPHICSTABLEPROPERTIESEDITOR_H
#include "PropertiesEditor/propertieseditorwidget.h"
#include <QPointer>
#include "../PropertiesEditor/propertieseditorwidget.h"
#include <QButtonGroup>
#include <QPointer>
namespace Ui {
class GraphicsTablePropertiesEditor;

View File

@@ -18,7 +18,7 @@
#ifndef PROJECTDBMODELPROPERTIESWIDGET_H
#define PROJECTDBMODELPROPERTIESWIDGET_H
#include "PropertiesEditor/propertieseditorwidget.h"
#include "../PropertiesEditor/propertieseditorwidget.h"
class ProjectDBModel;

View File

@@ -17,18 +17,18 @@
*/
#include "../qetgraphicsitem/conductor.h"
#include "../QPropertyUndoCommand/qpropertyundocommand.h"
#include "../autoNum/numerotationcontextcommands.h"
#include "../conductorautonumerotation.h"
#include "../conductorsegment.h"
#include "../conductorsegmentprofile.h"
#include "../diagram.h"
#include "../diagramcommands.h"
#include "../qetdiagrameditor.h"
#include "../qetgraphicsitem/terminal.h"
#include "QPropertyUndoCommand/qpropertyundocommand.h"
#include "conductorautonumerotation.h"
#include "conductorpropertiesdialog.h"
#include "conductorsegment.h"
#include "conductorsegmentprofile.h"
#include "conductortextitem.h"
#include "diagramcommands.h"
#include "element.h"
#include "qetdiagrameditor.h"
#include <QMultiHash>
#include <QtDebug>

View File

@@ -18,8 +18,8 @@
#include "conductortextitem.h"
#include "../diagram.h"
#include "../diagramcommands.h"
#include "../qetgraphicsitem/conductor.h"
#include "diagramcommands.h"
/**
Constructeur

View File

@@ -18,11 +18,11 @@
#ifndef CROSSREFITEM_H
#define CROSSREFITEM_H
#include <QGraphicsObject>
#include <QPicture>
#include <QMultiMap>
#include "../properties/xrefproperties.h"
#include"properties/xrefproperties.h"
#include <QGraphicsObject>
#include <QMultiMap>
#include <QPicture>
class Element;
class DynamicElementTextItem;

View File

@@ -18,8 +18,8 @@
#ifndef SLAVEELEMENT_H
#define SLAVEELEMENT_H
#include "../../properties/xrefproperties.h"
#include "element.h"
#include"properties/xrefproperties.h"
class SlaveElement : public Element
{