From 9c684141656c05e51446f78649a2d9e022596afa Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Mon, 16 Oct 2023 17:17:48 +0200 Subject: [PATCH] Fix FTBFS --- qelectrotech.pro | 2 +- sources/ElementsCollection/elementslocation.h | 2 +- sources/NameList/nameslist.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qelectrotech.pro b/qelectrotech.pro index 3e078c03c..fbcc50b72 100644 --- a/qelectrotech.pro +++ b/qelectrotech.pro @@ -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 \ diff --git a/sources/ElementsCollection/elementslocation.h b/sources/ElementsCollection/elementslocation.h index 32bc923df..b5223914d 100644 --- a/sources/ElementsCollection/elementslocation.h +++ b/sources/ElementsCollection/elementslocation.h @@ -20,7 +20,7 @@ #include "../NameList/nameslist.h" #include "../diagramcontext.h" -#include "../pugixml/pugixml.hpp" +#include "pugixml/src/pugixml.hpp" #include #include diff --git a/sources/NameList/nameslist.h b/sources/NameList/nameslist.h index f51c9fc25..8796f6497 100644 --- a/sources/NameList/nameslist.h +++ b/sources/NameList/nameslist.h @@ -17,7 +17,7 @@ */ #ifndef NAMES_LIST_H #define NAMES_LIST_H -#include "../pugixml/pugixml.hpp" +#include "pugixml/src/pugixml.hpp" #include /**