From 2df00b7e7bf5fd9c2f171449f71d1b101480f0db Mon Sep 17 00:00:00 2001 From: Zhao Yuhang <2546789017@qq.com> Date: 周一, 11 12月 2023 20:24:24 +0800 Subject: [PATCH] finish border paint code --- examples/CMakeLists.txt | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index e69de29..b48fa8b 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -0,0 +1,4 @@ +add_subdirectory(shared) + +add_subdirectory(mainwindow) +add_subdirectory(qml) \ No newline at end of file -- Gitblit v1.9.1