mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-24 03:10:52 +01:00
Wip Fix preprocessor on Cmake
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
#ifndef TITLEBLOCK_SLASH_DIMENSION_H
|
||||
#define TITLEBLOCK_SLASH_DIMENSION_H
|
||||
#include "qet.h"
|
||||
#include "../qet.h"
|
||||
|
||||
/**
|
||||
This struct is a simple container associating a length with its type.
|
||||
|
||||
@@ -17,10 +17,11 @@
|
||||
*/
|
||||
#ifndef TITLEBLOCK_SLASH_MOVE_TEMPLATES_HANDLER_H
|
||||
#define TITLEBLOCK_SLASH_MOVE_TEMPLATES_HANDLER_H
|
||||
#include <QtCore>
|
||||
#include "qet.h"
|
||||
#include "../qet.h"
|
||||
#include "templatelocation.h"
|
||||
|
||||
#include <QtCore>
|
||||
|
||||
/**
|
||||
This class defines the minimal interface required to implement an object
|
||||
able to handle a title block template move or copy.
|
||||
|
||||
@@ -17,11 +17,12 @@
|
||||
*/
|
||||
#ifndef TITLEBLOCK_SLASH_QET_TEMPLATE_EDITOR_H
|
||||
#define TITLEBLOCK_SLASH_QET_TEMPLATE_EDITOR_H
|
||||
#include <QtWidgets>
|
||||
#include "qetmainwindow.h"
|
||||
#include "qet.h"
|
||||
#include "templateview.h"
|
||||
#include "../qet.h"
|
||||
#include "../qetmainwindow.h"
|
||||
#include "templatelocation.h"
|
||||
#include "templateview.h"
|
||||
|
||||
#include <QtWidgets>
|
||||
class ModifyTitleBlockCellCommand;
|
||||
class TitleBlockTemplateCommand;
|
||||
class TitleBlockTemplateCellWidget;
|
||||
|
||||
@@ -16,14 +16,15 @@
|
||||
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "templatecellwidget.h"
|
||||
#include "titleblockcell.h"
|
||||
#include "nameslist.h"
|
||||
#include "titleblocktemplate.h"
|
||||
|
||||
#include "../NameList/nameslist.h"
|
||||
#include "../NameList/ui/namelistdialog.h"
|
||||
#include "../NameList/ui/namelistwidget.h"
|
||||
#include "../qeticons.h"
|
||||
#include "../qetinformation.h"
|
||||
#include "../titleblockcell.h"
|
||||
#include "../titleblocktemplate.h"
|
||||
#include "templatecommands.h"
|
||||
#include "qeticons.h"
|
||||
#include "namelistdialog.h"
|
||||
#include "namelistwidget.h"
|
||||
#include "qetinformation.h"
|
||||
|
||||
/**
|
||||
@brief TitleBlockTemplateCellWidget::TitleBlockTemplateCellWidget
|
||||
|
||||
@@ -16,8 +16,9 @@
|
||||
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "templatelocation.h"
|
||||
|
||||
#include "../qetapp.h"
|
||||
#include "templatescollection.h"
|
||||
#include "qetapp.h"
|
||||
|
||||
#include <QRegularExpression>
|
||||
|
||||
|
||||
@@ -16,8 +16,9 @@
|
||||
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "templatelocationchooser.h"
|
||||
#include "qetapp.h"
|
||||
#include "qetproject.h"
|
||||
|
||||
#include "../qetapp.h"
|
||||
#include "../qetproject.h"
|
||||
#include "templatescollection.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -16,8 +16,9 @@
|
||||
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "templatelocationsaver.h"
|
||||
#include "qetapp.h"
|
||||
#include "qetproject.h"
|
||||
|
||||
#include "../qetapp.h"
|
||||
#include "../qetproject.h"
|
||||
#include "templatescollection.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -16,9 +16,10 @@
|
||||
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "templatescollection.h"
|
||||
#include "titleblocktemplate.h"
|
||||
#include "qetapp.h"
|
||||
#include "qetproject.h"
|
||||
|
||||
#include "../qetapp.h"
|
||||
#include "../qetproject.h"
|
||||
#include "../titleblocktemplate.h"
|
||||
|
||||
#include <QRegularExpression>
|
||||
|
||||
|
||||
@@ -18,10 +18,11 @@
|
||||
#ifndef TITLEBLOCK_SLASH_TEMPLATES_COLLECTION_H
|
||||
#define TITLEBLOCK_SLASH_TEMPLATES_COLLECTION_H
|
||||
#define TITLEBLOCKS_FILE_EXTENSION ".titleblock"
|
||||
#include "../qet.h"
|
||||
#include "templatelocation.h"
|
||||
|
||||
#include <QtCore>
|
||||
#include <QtXml>
|
||||
#include "templatelocation.h"
|
||||
#include "qet.h"
|
||||
class TitleBlockTemplate;
|
||||
class QETProject;
|
||||
|
||||
|
||||
@@ -16,8 +16,9 @@
|
||||
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "templatevisualcell.h"
|
||||
|
||||
#include "../diagramcontext.h"
|
||||
#include "titleblocktemplate.h"
|
||||
#include "diagramcontext.h"
|
||||
|
||||
/**
|
||||
Constructor
|
||||
|
||||
Reference in New Issue
Block a user