mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-21 16:50:53 +01:00
Wip Fix preprocessor on Cmake
This commit is contained in:
@@ -18,18 +18,18 @@
|
||||
#ifndef QET_PROJECT_H
|
||||
#define QET_PROJECT_H
|
||||
|
||||
#include <KAutoSaveFile>
|
||||
#include <QHash>
|
||||
|
||||
#include "nameslist.h"
|
||||
#include "elementslocation.h"
|
||||
#include "ElementsCollection/elementslocation.h"
|
||||
#include "NameList/nameslist.h"
|
||||
#include "borderproperties.h"
|
||||
#include "conductorproperties.h"
|
||||
#include "titleblockproperties.h"
|
||||
#include "templatescollection.h"
|
||||
#include "dataBase/projectdatabase.h"
|
||||
#include "properties/reportproperties.h"
|
||||
#include "properties/xrefproperties.h"
|
||||
#include "projectdatabase.h"
|
||||
#include "reportproperties.h"
|
||||
#include "titleblock/templatescollection.h"
|
||||
#include "titleblockproperties.h"
|
||||
|
||||
#include <KAutoSaveFile>
|
||||
#include <QHash>
|
||||
|
||||
class Diagram;
|
||||
class ElementsLocation;
|
||||
|
||||
Reference in New Issue
Block a user