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/ui \
|
||||
# sources/utils \
|
||||
# sources/pugixml \
|
||||
# pugixml \
|
||||
# sources/dataBase \
|
||||
# sources/dataBase/ui \
|
||||
# sources/factory/ui \
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#include "../NameList/nameslist.h"
|
||||
#include "../diagramcontext.h"
|
||||
#include "../pugixml/pugixml.hpp"
|
||||
#include "pugixml/src/pugixml.hpp"
|
||||
|
||||
#include <QIcon>
|
||||
#include <QString>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
#ifndef NAMES_LIST_H
|
||||
#define NAMES_LIST_H
|
||||
#include "../pugixml/pugixml.hpp"
|
||||
#include "pugixml/src/pugixml.hpp"
|
||||
|
||||
#include <QtXml>
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user