Wip Fix preprocessor on Cmake

This commit is contained in:
Simon De Backer
2020-12-10 18:44:03 +01:00
parent 3fe0adc66e
commit d15443cf93
61 changed files with 253 additions and 239 deletions

View File

@@ -17,14 +17,14 @@
*/
#include "dynamictextfieldeditor.h"
#include "../QPropertyUndoCommand/qpropertyundocommand.h"
#include "../qetapp.h"
#include "../qetinformation.h"
#include "../../QPropertyUndoCommand/qpropertyundocommand.h"
#include "../../editor/graphicspart/customelementpart.h"
#include "../../qetapp.h"
#include "../../qetinformation.h"
#include "../qetelementeditor.h"
#include "alignmenttextdialog.h"
#include "compositetexteditdialog.h"
#include "customelementpart.h"
#include "partdynamictextfield.h"
#include "qetelementeditor.h"
#include "ui_dynamictextfieldeditor.h"
#include <QColorDialog>

View File

@@ -18,8 +18,8 @@
#ifndef DYNAMICTEXTFIELDEDITOR_H
#define DYNAMICTEXTFIELDEDITOR_H
#include "elementitemeditor.h"
#include "partdynamictextfield.h"
#include "../elementitemeditor.h"
#include "../graphicspart/partdynamictextfield.h"
namespace Ui {
class DynamicTextFieldEditor;

View File

@@ -17,8 +17,8 @@
*/
#include "elementpropertieseditorwidget.h"
#include "../qetapp.h"
#include "../qetinformation.h"
#include "../../qetapp.h"
#include "../../qetinformation.h"
#include "ui_elementpropertieseditorwidget.h"
#include <QItemDelegate>

View File

@@ -18,7 +18,7 @@
#ifndef ELEMENTPROPERTIESEDITORWIDGET_H
#define ELEMENTPROPERTIESEDITORWIDGET_H
#include "../diagramcontext.h"
#include "../../diagramcontext.h"
#include <QAbstractButton>
#include <QDialog>

View File

@@ -17,10 +17,10 @@
*/
#include "ellipseeditor.h"
#include "../QPropertyUndoCommand/qpropertyundocommand.h"
#include "elementscene.h"
#include "partellipse.h"
#include "styleeditor.h"
#include "../../QPropertyUndoCommand/qpropertyundocommand.h"
#include "../elementscene.h"
#include "../graphicspart/partellipse.h"
#include "../styleeditor.h"
#include "ui_ellipseeditor.h"
/**

View File

@@ -18,7 +18,7 @@
#ifndef ELLIPSEEDITOR_H
#define ELLIPSEEDITOR_H
#include "elementitemeditor.h"
#include "../elementitemeditor.h"
namespace Ui {
class EllipseEditor;

View File

@@ -17,9 +17,9 @@
*/
#include "lineeditor.h"
#include "../QPropertyUndoCommand/qpropertyundocommand.h"
#include "../qeticons.h"
#include "elementitemeditor.h"
#include "../../QPropertyUndoCommand/qpropertyundocommand.h"
#include "../../qeticons.h"
#include "../elementitemeditor.h"
#include "elementscene.h"
#include "partline.h"
#include "styleeditor.h"

View File

@@ -18,7 +18,7 @@
#ifndef LINEEDITOR_H
#define LINEEDITOR_H
#include "elementitemeditor.h"
#include "../elementitemeditor.h"
namespace Ui {
class LineEditor;

View File

@@ -17,11 +17,11 @@
*/
#include "polygoneditor.h"
#include "../QPropertyUndoCommand/qpropertyundocommand.h"
#include "../qetmessagebox.h"
#include "elementscene.h"
#include "partpolygon.h"
#include "styleeditor.h"
#include "../../QPropertyUndoCommand/qpropertyundocommand.h"
#include "../../qetmessagebox.h"
#include "../elementscene.h"
#include "../graphicspart/partpolygon.h"
#include "../styleeditor.h"
#include "ui_polygoneditor.h"
/**

View File

@@ -18,7 +18,7 @@
#ifndef POLYGONEDITOR_H
#define POLYGONEDITOR_H
#include "elementitemeditor.h"
#include "../elementitemeditor.h"
class StyleEditor;
class PartPolygon;

View File

@@ -17,11 +17,11 @@
*/
#include "rectangleeditor.h"
#include "../QPropertyUndoCommand/qpropertyundocommand.h"
#include "../qeticons.h"
#include "elementscene.h"
#include "partrectangle.h"
#include "styleeditor.h"
#include "../../QPropertyUndoCommand/qpropertyundocommand.h"
#include "../../qeticons.h"
#include "../elementscene.h"
#include "../graphicspart/partrectangle.h"
#include "../styleeditor.h"
#include "ui_rectangleeditor.h"
/**

View File

@@ -18,7 +18,8 @@
#ifndef RECTANGLEEDITOR_H
#define RECTANGLEEDITOR_H
#include "elementitemeditor.h"
#include "../elementitemeditor.h"
#include <QWidget>
class StyleEditor;

View File

@@ -17,8 +17,8 @@
*/
#include "texteditor.h"
#include "../QPropertyUndoCommand/qpropertyundocommand.h"
#include "parttext.h"
#include "../../QPropertyUndoCommand/qpropertyundocommand.h"
#include "../graphicspart/parttext.h"
#include "ui_texteditor.h"
#include <cassert>

View File

@@ -18,10 +18,10 @@
#ifndef TEXTEDITOR_H
#define TEXTEDITOR_H
#include "elementitemeditor.h"
#include "../elementitemeditor.h"
#include <QWidget>
#include <QPointer>
#include <QWidget>
class PartText;