mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-25 00:39:58 +01:00
Wip Fix preprocessor on Cmake
This commit is contained in:
@@ -17,11 +17,11 @@
|
||||
*/
|
||||
#include "projectdbmodel.h"
|
||||
|
||||
#include "../../dataBase/projectdatabase.h"
|
||||
#include "../../qetapp.h"
|
||||
#include "../../qetinformation.h"
|
||||
#include "../../qetproject.h"
|
||||
#include "../../qetxml.h"
|
||||
#include "projectdatabase.h"
|
||||
|
||||
#include <QSqlError>
|
||||
#include <QSqlRecord>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#ifndef QETGRAPHICSHEADERITEM_H
|
||||
#define QETGRAPHICSHEADERITEM_H
|
||||
|
||||
#include "../qetapp.h"
|
||||
#include "../../qetapp.h"
|
||||
|
||||
#include <QFont>
|
||||
#include <QGraphicsObject>
|
||||
|
||||
@@ -20,11 +20,11 @@
|
||||
#include "../../../QPropertyUndoCommand/qpropertyundocommand.h"
|
||||
#include "../../../diagram.h"
|
||||
#include "../../../elementprovider.h"
|
||||
#include "../../../factory/propertieseditorfactory.h"
|
||||
#include "../../../undocommand/itemmodelcommand.h"
|
||||
#include "../../../utils/qetutils.h"
|
||||
#include "../qetgraphicsheaderitem.h"
|
||||
#include "../qetgraphicstableitem.h"
|
||||
#include "itemmodelcommand.h"
|
||||
#include "propertieseditorfactory.h"
|
||||
#include "ui_graphicstablepropertieseditor.h"
|
||||
|
||||
#include <QAbstractItemModel>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#ifndef GRAPHICSTABLEPROPERTIESEDITOR_H
|
||||
#define GRAPHICSTABLEPROPERTIESEDITOR_H
|
||||
|
||||
#include "../PropertiesEditor/propertieseditorwidget.h"
|
||||
#include "../../../PropertiesEditor/propertieseditorwidget.h"
|
||||
|
||||
#include <QButtonGroup>
|
||||
#include <QPointer>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#ifndef PROJECTDBMODELPROPERTIESWIDGET_H
|
||||
#define PROJECTDBMODELPROPERTIESWIDGET_H
|
||||
|
||||
#include "../PropertiesEditor/propertieseditorwidget.h"
|
||||
#include "../../../PropertiesEditor/propertieseditorwidget.h"
|
||||
|
||||
class ProjectDBModel;
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include "../diagramcommands.h"
|
||||
#include "../qetdiagrameditor.h"
|
||||
#include "../qetgraphicsitem/terminal.h"
|
||||
#include "conductorpropertiesdialog.h"
|
||||
#include "../ui/conductorpropertiesdialog.h"
|
||||
#include "conductortextitem.h"
|
||||
#include "element.h"
|
||||
|
||||
|
||||
@@ -18,17 +18,17 @@
|
||||
#include "element.h"
|
||||
|
||||
#include "../PropertiesEditor/propertieseditordialog.h"
|
||||
#include "../autoNum/numerotationcontextcommands.h"
|
||||
#include "../diagram.h"
|
||||
#include "../diagramcommands.h"
|
||||
#include "../diagramcontext.h"
|
||||
#include "../diagramposition.h"
|
||||
#include "../elementpicturefactory.h"
|
||||
#include "../elementpropertieswidget.h"
|
||||
#include "../elementprovider.h"
|
||||
#include "../numerotationcontextcommands.h"
|
||||
#include "../factory/elementpicturefactory.h"
|
||||
#include "../properties/terminaldata.h"
|
||||
#include "../qetgraphicsitem/conductor.h"
|
||||
#include "../qetgraphicsitem/terminal.h"
|
||||
#include "../ui/elementpropertieswidget.h"
|
||||
#include "../undocommand/changeelementinformationcommand.h"
|
||||
#include "dynamicelementtextitem.h"
|
||||
#include "elementtextitemgroup.h"
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#ifndef SLAVEELEMENT_H
|
||||
#define SLAVEELEMENT_H
|
||||
|
||||
#include "../../properties/xrefproperties.h"
|
||||
#include "../properties/xrefproperties.h"
|
||||
#include "element.h"
|
||||
|
||||
class SlaveElement : public Element
|
||||
|
||||
Reference in New Issue
Block a user