Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GUI] Add Preference Pack support #4787

Merged
merged 22 commits into from Oct 14, 2021
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/App/CMakeLists.txt
Expand Up @@ -92,6 +92,7 @@ generate_from_xml(LinkBaseExtensionPy)
generate_from_xml(DocumentObjectGroupPy)
generate_from_xml(GeoFeaturePy)
generate_from_xml(GeoFeatureGroupExtensionPy)
generate_from_xml(MetadataPy)
generate_from_xml(OriginGroupExtensionPy)
generate_from_xml(PartPy)

Expand All @@ -108,6 +109,7 @@ SET(FreeCADApp_XML_SRCS
DocumentObjectExtensionPy.xml
GroupExtensionPy.xml
LinkBaseExtensionPy.xml
MetadataPy.xml
DocumentObjectGroupPy.xml
DocumentObjectPy.xml
GeoFeaturePy.xml
Expand Down Expand Up @@ -261,6 +263,8 @@ SET(FreeCADApp_CPP_SRCS
Enumeration.cpp
Material.cpp
MaterialPyImp.cpp
Metadata.cpp
MetadataPyImp.cpp
)

SET(FreeCADApp_HPP_SRCS
Expand All @@ -273,6 +277,7 @@ SET(FreeCADApp_HPP_SRCS
ComplexGeoData.h
Enumeration.h
Material.h
Metadata.h
)

SET(FreeCADApp_SRCS
Expand Down