From 7f410a0781ec51c043a7d700773e8fb0fea4545b Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Sun, 17 Dec 2023 17:35:30 +0100 Subject: [PATCH] synced with master --- playground/CMakeLists.txt | 1 + src/CMakeLists.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/CMakeLists.txt b/playground/CMakeLists.txt index 86b15fb9..97c9efe1 100644 --- a/playground/CMakeLists.txt +++ b/playground/CMakeLists.txt @@ -6,6 +6,7 @@ add_subdirectory(invoker) add_subdirectory(shadows) add_subdirectory(shapes) add_subdirectory(charts) +add_subdirectory(plots) if (QT_VERSION_MAJOR VERSION_GREATER 5) add_subdirectory(parrots) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 373a7b72..313e1b93 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -125,7 +125,6 @@ list(APPEND HEADERS nodes/QskStrokeNode.h nodes/QskStippledLineRenderer.h nodes/QskShapeNode.h - nodes/QskTreeNode.h nodes/QskGradientMaterial.h nodes/QskTextNode.h nodes/QskTextRenderer.h