mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Fix FTBFS
This commit is contained in:
parent
be94f39087
commit
9c68414165
@ -119,7 +119,7 @@ INCLUDEPATH += sources/ui
|
|||||||
# sources/NameList \
|
# sources/NameList \
|
||||||
# sources/NameList/ui \
|
# sources/NameList/ui \
|
||||||
# sources/utils \
|
# sources/utils \
|
||||||
# sources/pugixml \
|
# pugixml \
|
||||||
# sources/dataBase \
|
# sources/dataBase \
|
||||||
# sources/dataBase/ui \
|
# sources/dataBase/ui \
|
||||||
# sources/factory/ui \
|
# sources/factory/ui \
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
#include "../NameList/nameslist.h"
|
#include "../NameList/nameslist.h"
|
||||||
#include "../diagramcontext.h"
|
#include "../diagramcontext.h"
|
||||||
#include "../pugixml/pugixml.hpp"
|
#include "pugixml/src/pugixml.hpp"
|
||||||
|
|
||||||
#include <QIcon>
|
#include <QIcon>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
#ifndef NAMES_LIST_H
|
#ifndef NAMES_LIST_H
|
||||||
#define NAMES_LIST_H
|
#define NAMES_LIST_H
|
||||||
#include "../pugixml/pugixml.hpp"
|
#include "pugixml/src/pugixml.hpp"
|
||||||
|
|
||||||
#include <QtXml>
|
#include <QtXml>
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user