mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Wip Fix preprocessor on Cmake
This commit is contained in:
@@ -16,19 +16,20 @@
|
||||
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "elementpicturefactory.h"
|
||||
#include "elementslocation.h"
|
||||
#include "qet.h"
|
||||
#include "qetapp.h"
|
||||
|
||||
#include "../ElementsCollection/elementslocation.h"
|
||||
#include "../qet.h"
|
||||
#include "../qetapp.h"
|
||||
#include "partline.h"
|
||||
|
||||
#include <QDomElement>
|
||||
#include <QPainter>
|
||||
#include <QTextDocument>
|
||||
#include <QPicture>
|
||||
#include <iostream>
|
||||
#include <QAbstractTextDocumentLayout>
|
||||
#include <QDomElement>
|
||||
#include <QGraphicsSimpleTextItem>
|
||||
#include <QPainter>
|
||||
#include <QPicture>
|
||||
#include <QRegularExpression>
|
||||
#include <QTextDocument>
|
||||
#include <iostream>
|
||||
|
||||
ElementPictureFactory* ElementPictureFactory::m_factory = nullptr;
|
||||
|
||||
|
||||
@@ -16,24 +16,24 @@
|
||||
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "propertieseditorfactory.h"
|
||||
|
||||
#include "../PropertiesEditor/propertieseditorwidget.h"
|
||||
#include "../qetgraphicsitem/ViewItem/projectdbmodel.h"
|
||||
#include "../qetgraphicsitem/ViewItem/qetgraphicstableitem.h"
|
||||
#include "../qetgraphicsitem/diagramimageitem.h"
|
||||
#include "../qetgraphicsitem/dynamicelementtextitem.h"
|
||||
#include "../qetgraphicsitem/element.h"
|
||||
#include "../qetgraphicsitem/elementtextitemgroup.h"
|
||||
#include "../qetgraphicsitem/independenttextitem.h"
|
||||
#include "../qetgraphicsitem/qetshapeitem.h"
|
||||
#include "../ui/dynamicelementtextitemeditor.h"
|
||||
#include "../ui/elementpropertieswidget.h"
|
||||
#include "../ui/imagepropertieswidget.h"
|
||||
#include "../ui/inditextpropertieswidget.h"
|
||||
#include "../ui/shapegraphicsitempropertieswidget.h"
|
||||
#include "QGraphicsItem"
|
||||
#include "element.h"
|
||||
#include "PropertiesEditor/propertieseditorwidget.h"
|
||||
#include "elementpropertieswidget.h"
|
||||
#include "element.h"
|
||||
#include "independenttextitem.h"
|
||||
#include "inditextpropertieswidget.h"
|
||||
#include "diagramimageitem.h"
|
||||
#include "imagepropertieswidget.h"
|
||||
#include "qetshapeitem.h"
|
||||
#include "shapegraphicsitempropertieswidget.h"
|
||||
#include "dynamicelementtextitem.h"
|
||||
#include "dynamicelementtextitemeditor.h"
|
||||
#include "elementtextitemgroup.h"
|
||||
#include "qetgraphicstableitem.h"
|
||||
#include "graphicstablepropertieseditor.h"
|
||||
#include "projectdbmodelpropertieswidget.h"
|
||||
#include "projectdbmodel.h"
|
||||
|
||||
/**
|
||||
@brief PropertiesEditorFactory::propertiesEditor
|
||||
|
||||
@@ -16,14 +16,14 @@
|
||||
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "qetgraphicstablefactory.h"
|
||||
#include "qetgraphicstableitem.h"
|
||||
#include "projectdbmodel.h"
|
||||
#include "elementquerywidget.h"
|
||||
#include "diagram.h"
|
||||
#include "qetgraphicsheaderitem.h"
|
||||
|
||||
#include "../diagram.h"
|
||||
#include "../projectdbmodel.h"
|
||||
#include "../qetgraphicsheaderitem.h"
|
||||
#include "../qetgraphicstableitem.h"
|
||||
#include "addtabledialog.h"
|
||||
#include "qetutils.h"
|
||||
#include "elementquerywidget.h"
|
||||
#include "qetutils.h"
|
||||
#include "summaryquerywidget.h"
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
@@ -16,10 +16,11 @@
|
||||
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "addtabledialog.h"
|
||||
#include "ui_addtabledialog.h"
|
||||
#include "elementquerywidget.h"
|
||||
|
||||
#include "../../dataBase/ui/elementquerywidget.h"
|
||||
#include "../../utils/qetutils.h"
|
||||
#include "marginseditdialog.h"
|
||||
#include "qetutils.h"
|
||||
#include "ui_addtabledialog.h"
|
||||
|
||||
#include <QFontDialog>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user