Update graph with Frameworks.

This commit is contained in:
Simon Quigley 2023-08-13 10:43:13 -05:00
parent 9614478867
commit 1705a3e4b7
3 changed files with 5 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 333 KiB

After

Width:  |  Height:  |  Size: 361 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 KiB

After

Width:  |  Height:  |  Size: 223 KiB

View File

@ -28,11 +28,16 @@ digraph G {
"lxqt-powermanagement";
"lxqt-runner";
"extra-cmake-modules" [color="green"];
"kwindowsystem" [color="green"];
"libkscreen" [color="green"];
"solid" [color="green"];
"kidletime" [color="green"];
"kidletime" -> "extra-cmake-modules";
"kwindowsystem" -> "extra-cmake-modules";
"libkscreen" -> "extra-cmake-modules";
"libfm-qt" -> "lxqt-build-tools";
"libfm-qt" -> "kwindowsystem";