From a0bede6ff6a700a6eea9702c49d378f07de22f63 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周三, 06 12月 2023 12:11:37 +0800 Subject: [PATCH] Fix title bar hover bug --- examples/CMakeLists.txt | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index e69de29..ea64e87 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -0,0 +1,3 @@ +add_subdirectory(shared) + +add_subdirectory(mainwindow) \ No newline at end of file -- Gitblit v1.9.1