synced with master

This commit is contained in:
Uwe Rathmann 2023-12-17 17:35:30 +01:00
parent a286603676
commit 7f410a0781
2 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,7 @@ add_subdirectory(invoker)
add_subdirectory(shadows) add_subdirectory(shadows)
add_subdirectory(shapes) add_subdirectory(shapes)
add_subdirectory(charts) add_subdirectory(charts)
add_subdirectory(plots)
if (QT_VERSION_MAJOR VERSION_GREATER 5) if (QT_VERSION_MAJOR VERSION_GREATER 5)
add_subdirectory(parrots) add_subdirectory(parrots)

View File

@ -125,7 +125,6 @@ list(APPEND HEADERS
nodes/QskStrokeNode.h nodes/QskStrokeNode.h
nodes/QskStippledLineRenderer.h nodes/QskStippledLineRenderer.h
nodes/QskShapeNode.h nodes/QskShapeNode.h
nodes/QskTreeNode.h
nodes/QskGradientMaterial.h nodes/QskGradientMaterial.h
nodes/QskTextNode.h nodes/QskTextNode.h
nodes/QskTextRenderer.h nodes/QskTextRenderer.h