Mod Cmake en preprocessor

This commit is contained in:
Simon De Backer
2020-12-09 15:28:43 +01:00
parent 4de9c1d922
commit d0c129478e
78 changed files with 589 additions and 327 deletions

View File

@@ -16,10 +16,12 @@
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
*/
#include "aboutqetdialog.h"
#include "../machine_info.h"
#include "../qet.h"
#include "../qetapp.h"
#include "ui_aboutqetdialog.h"
#include "qet.h"
#include "qetapp.h"
#include "machine_info.h"
#include <QDate>
/**

View File

@@ -18,7 +18,8 @@
#ifndef ABSTRACTELEMENTPROPERTIESEDITORWIDGET_H
#define ABSTRACTELEMENTPROPERTIESEDITORWIDGET_H
#include "PropertiesEditor/propertieseditorwidget.h"
#include "../PropertiesEditor/propertieseditorwidget.h"
#include <QPointer>
class Element;

View File

@@ -16,13 +16,14 @@
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
*/
#include "generalconfigurationpage.h"
#include "ui_generalconfigurationpage.h"
#include "qeticons.h"
#include "qetapp.h"
#include <QSettings>
#include <QFontDialog>
#include "../qetapp.h"
#include "../qeticons.h"
#include "ui_generalconfigurationpage.h"
#include <QFileDialog>
#include <QFontDialog>
#include <QSettings>
/**
@brief GeneralConfigurationPage::GeneralConfigurationPage

View File

@@ -18,8 +18,9 @@
#ifndef GENERALCONFIGURATIONPAGE_H
#define GENERALCONFIGURATIONPAGE_H
#include "../configpage.h"
#include <QWidget>
#include "configpage.h"
namespace Ui {
class GeneralConfigurationPage;

View File

@@ -18,7 +18,7 @@
#ifndef IMAGEPROPERTIESWIDGET_H
#define IMAGEPROPERTIESWIDGET_H
#include "PropertiesEditor/propertieseditorwidget.h"
#include "../PropertiesEditor/propertieseditorwidget.h"
class DiagramImageItem;

View File

@@ -18,7 +18,8 @@
#ifndef INDITEXTPROPERTIESWIDGET_H
#define INDITEXTPROPERTIESWIDGET_H
#include "PropertiesEditor/propertieseditorwidget.h"
#include "../PropertiesEditor/propertieseditorwidget.h"
#include <QPointer>
class IndependentTextItem;

View File

@@ -16,13 +16,15 @@
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
*/
#include "masterpropertieswidget.h"
#include "../diagram.h"
#include "../diagramposition.h"
#include "../elementprovider.h"
#include "element.h"
#include "linkelementcommand.h"
#include "ui_masterpropertieswidget.h"
#include <QListWidgetItem>
#include <diagramposition.h>
#include <elementprovider.h>
#include <diagram.h>
#include <element.h>
#include <linkelementcommand.h>
/**
@brief MasterPropertiesWidget::MasterPropertiesWidget

View File

@@ -18,7 +18,7 @@
#ifndef SHAPEGRAPHICSITEMPROPERTIESWIDGET_H
#define SHAPEGRAPHICSITEMPROPERTIESWIDGET_H
#include "PropertiesEditor/propertieseditorwidget.h"
#include "../PropertiesEditor/propertieseditorwidget.h"
namespace Ui {
class ShapeGraphicsItemPropertiesWidget;