mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-21 04:29:58 +02:00
Mod Cmake en preprocessor
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#ifndef PROJECTDBMODELPROPERTIESWIDGET_H
|
||||
#define PROJECTDBMODELPROPERTIESWIDGET_H
|
||||
|
||||
#include "PropertiesEditor/propertieseditorwidget.h"
|
||||
#include "../PropertiesEditor/propertieseditorwidget.h"
|
||||
|
||||
class ProjectDBModel;
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
#include "conductortextitem.h"
|
||||
|
||||
#include "../diagram.h"
|
||||
#include "../diagramcommands.h"
|
||||
#include "../qetgraphicsitem/conductor.h"
|
||||
#include "diagramcommands.h"
|
||||
|
||||
/**
|
||||
Constructeur
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user