Base, Gui: remove lefovers from xml -> pyi conversion

This commit is contained in:
Ladislav Michl
2025-04-25 08:18:28 +02:00
committed by Kacper Donat
parent ccb42d0a0f
commit 99f86bd40a
20 changed files with 18 additions and 20 deletions

View File

@@ -24,7 +24,7 @@
#include "GeometryPyCXX.h"
// inclusion of the generated files (generated out of AxisPy.xml)
// inclusion of the generated files (generated out of AxisPy.pyi)
#include "AxisPy.h"
#include "AxisPy.cpp"

View File

@@ -23,7 +23,7 @@
#include "PreCompiled.h"
// inclusion of the generated files (generated out of BaseClassPy.xml)
// inclusion of the generated files (generated out of BaseClassPy.pyi)
#include "BaseClassPy.h"
#include "BaseClassPy.cpp"

View File

@@ -23,7 +23,7 @@
#include "PreCompiled.h"
// inclusion of the generated files (generated out of BoundBoxPy.xml)
// inclusion of the generated files (generated out of BoundBoxPy.pyi)
#include "MatrixPy.h"
#include "VectorPy.h"
#include "GeometryPyCXX.h"

View File

@@ -314,7 +314,6 @@ SET(FreeCADBase_SRCS
${FreeCADBase_QRC_SRCS}
${FreeCADBase_CPP_SRCS}
${FreeCADBase_HPP_SRCS}
${FreeCADBase_XML_SRCS}
${FreeCADBase_Pyi_SRCS}
${FreeCADBase_UNITAPI_SRCS}
PyTools.c

View File

@@ -27,7 +27,7 @@
#include <limits>
#endif
// inclusion of the generated files (generated out of MatrixPy.xml)
// inclusion of the generated files (generated out of MatrixPy.pyi)
#include "RotationPy.h"
#include "VectorPy.h"
#include "GeometryPyCXX.h"

View File

@@ -29,7 +29,7 @@
#include "Writer.h"
#include <Base/PyWrapParseTupleAndKeywords.h>
// inclusion of the generated files (generated By PersitancePy.xml)
// inclusion of the generated files (generated out of PersistencePy.pyi)
#include "PersistencePy.h"
#include "PersistencePy.cpp"

View File

@@ -26,7 +26,7 @@
#include "GeometryPyCXX.h"
#include <Base/PyWrapParseTupleAndKeywords.h>
// inclusion of the generated files (generated out of PlacementPy.xml)
// inclusion of the generated files (generated out of PlacementPy.pyi)
#include "PlacementPy.h"
#include "PlacementPy.cpp"
#include "Matrix.h"

View File

@@ -26,7 +26,7 @@
#include <limits>
#endif
// inclusion of the generated files (generated out of QuantityPy.xml)
// inclusion of the generated files (generated out of QuantityPy.pyi)
#include "QuantityPy.h"
#include "UnitPy.h"
#include "QuantityPy.cpp"

View File

@@ -27,7 +27,7 @@
#include <Base/Tools.h>
#include <Base/PyWrapParseTupleAndKeywords.h>
// inclusion of the generated files (generated out of RotationPy.xml)
// inclusion of the generated files (generated out of RotationPy.pyi)
#include "RotationPy.h"
#include "RotationPy.cpp"
#include "VectorPy.h"

View File

@@ -24,7 +24,7 @@
#include <Base/Unit.h>
// inclusion of the generated files (generated out of UnitPy.xml)
// inclusion of the generated files (generated out of UnitPy.pyi)
#include <Base/UnitPy.h>
#include <Base/QuantityPy.h>
#include <Base/UnitPy.cpp>

View File

@@ -29,7 +29,7 @@
#include "Vector3D.h"
// inclusion of the generated files (generated out of VectorPy.xml)
// inclusion of the generated files (generated out of VectorPy.pyi)
#include "GeometryPyCXX.h"
#include "VectorPy.h"
#include "VectorPy.cpp"

View File

@@ -1361,7 +1361,6 @@ SET(FreeCADGui_SRCS
${FreeCADGui_connexion_SRCS}
${FreeCADGui_connexion_HDRS}
${FreeCADGui_CPP_SRCS}
${FreeCADGui_XML_SRCS}
${FreeCADGui_Pyi_SRCS}
${qsint_MOC_SRCS}
${Gui_QRC_SRCS}

View File

@@ -37,7 +37,7 @@
#include "Window.h"
#include "PythonWrapper.h"
// inclusion of the generated files (generated out of CommandPy.xml)
// inclusion of the generated files (generated out of CommandPy.pyi)
#include "CommandPy.h"
#include "CommandPy.cpp"
#include "ShortcutManager.h"

View File

@@ -36,7 +36,7 @@
#include "MDIView.h"
#include "ViewProviderExtern.h"
// inclusion of the generated files (generated out of DocumentPy.xml)
// inclusion of the generated files (generated out of DocumentPy.pyi)
#include "DocumentPy.h"
#include "DocumentPy.cpp"
#include <App/DocumentObjectPy.h>

View File

@@ -21,7 +21,7 @@
#include "PreCompiled.h"
// inclusion of the generated files (generated out of NavigationStylePy.xml)
// inclusion of the generated files (generated out of NavigationStylePy.pyi)
#include "Navigation/NavigationStylePy.h"
#include "Navigation/NavigationStylePy.cpp"

View File

@@ -22,7 +22,7 @@
#include "PreCompiled.h"
// inclusion of the generated files (generated out of PythonWorkbenchPy.xml)
// inclusion of the generated files (generated out of PythonWorkbenchPy.pyi)
#include "PythonWorkbenchPy.h"
#include "PythonWorkbenchPy.cpp"

View File

@@ -29,7 +29,7 @@
#include <App/DocumentObjectPy.h>
#include "Document.h"
// inclusion of the generated files (generated out of ViewProviderDocumentObjectPy.xml)
// inclusion of the generated files (generated out of ViewProviderDocumentObjectPy.pyi)
#include "ViewProviderDocumentObjectPy.h"
#include "ViewProviderDocumentObjectPy.cpp"

View File

@@ -27,7 +27,7 @@
# include <sstream>
#endif
// inclusion of the generated files (generated out of PropertyContainerPy.xml)
// inclusion of the generated files (generated out of PropertyContainerPy.pyi)
#include "ViewProviderExtensionPy.h"
#include "ViewProviderExtensionPy.cpp"
#include "ViewProviderDocumentObject.h"

View File

@@ -28,7 +28,7 @@
#include <Base/PlacementPy.h>
// inclusion of the generated files (generated out of ViewProviderLinkPy.xml)
// inclusion of the generated files (generated out of ViewProviderLinkPy.pyi)
#include "ViewProviderLinkPy.h"
#include "ViewProviderLinkPy.cpp"

View File

@@ -37,7 +37,7 @@
#include "PythonWrapper.h"
#include "SoFCDB.h"
// inclusion of the generated files (generated out of ViewProviderPy.xml)
// inclusion of the generated files (generated out of ViewProviderPy.pyi)
#include <Gui/ViewProviderPy.h>
#include <Gui/ViewProviderPy.cpp>
#include <Gui/View3DPy.h>