From 367a91dfe060b48b7bd075827ee8d9e5cb4924ac Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周一, 25 3月 2024 17:15:14 +0800 Subject: [PATCH] Fix direct winapi call bug --- src/core/CMakeLists.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index fb059bc..3849ced 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -29,6 +29,7 @@ qwindowkit_windows.h qwindowkit_windows.cpp shared/qwkwindowsextra_p.h + shared/windows10borderhandler_p.h ) elseif(APPLE) else() -- Gitblit v1.9.1