mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-23 06:59:59 +01:00
Mod Cmake en preprocessor
This commit is contained in:
@@ -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>
|
||||
|
||||
/**
|
||||
|
||||
@@ -18,7 +18,8 @@
|
||||
#ifndef ABSTRACTELEMENTPROPERTIESEDITORWIDGET_H
|
||||
#define ABSTRACTELEMENTPROPERTIESEDITORWIDGET_H
|
||||
|
||||
#include "PropertiesEditor/propertieseditorwidget.h"
|
||||
#include "../PropertiesEditor/propertieseditorwidget.h"
|
||||
|
||||
#include <QPointer>
|
||||
|
||||
class Element;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -18,8 +18,9 @@
|
||||
#ifndef GENERALCONFIGURATIONPAGE_H
|
||||
#define GENERALCONFIGURATIONPAGE_H
|
||||
|
||||
#include "../configpage.h"
|
||||
|
||||
#include <QWidget>
|
||||
#include "configpage.h"
|
||||
|
||||
namespace Ui {
|
||||
class GeneralConfigurationPage;
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#ifndef IMAGEPROPERTIESWIDGET_H
|
||||
#define IMAGEPROPERTIESWIDGET_H
|
||||
|
||||
#include "PropertiesEditor/propertieseditorwidget.h"
|
||||
#include "../PropertiesEditor/propertieseditorwidget.h"
|
||||
|
||||
class DiagramImageItem;
|
||||
|
||||
|
||||
@@ -18,7 +18,8 @@
|
||||
#ifndef INDITEXTPROPERTIESWIDGET_H
|
||||
#define INDITEXTPROPERTIESWIDGET_H
|
||||
|
||||
#include "PropertiesEditor/propertieseditorwidget.h"
|
||||
#include "../PropertiesEditor/propertieseditorwidget.h"
|
||||
|
||||
#include <QPointer>
|
||||
class IndependentTextItem;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#ifndef SHAPEGRAPHICSITEMPROPERTIESWIDGET_H
|
||||
#define SHAPEGRAPHICSITEMPROPERTIESWIDGET_H
|
||||
|
||||
#include "PropertiesEditor/propertieseditorwidget.h"
|
||||
#include "../PropertiesEditor/propertieseditorwidget.h"
|
||||
|
||||
namespace Ui {
|
||||
class ShapeGraphicsItemPropertiesWidget;
|
||||
|
||||
Reference in New Issue
Block a user