mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-22 21:59:59 +01:00
Wip Fix preprocessor on Cmake
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user