From e20d8ebf6eb5a5a9fafc2eaf3b04d934e5089766 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周三, 13 12月 2023 05:39:23 +0800 Subject: [PATCH] minor tweaks --- src/core/CMakeLists.txt | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index a0f812d..c3e7cf1 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -12,12 +12,12 @@ windowagentbase.cpp windowitemdelegate_p.h windowitemdelegate.cpp - kernel/nativeeventfilter.h + kernel/eventobserver_p.h + kernel/eventobserver.cpp + kernel/nativeeventfilter_p.h kernel/nativeeventfilter.cpp contexts/abstractwindowcontext_p.h contexts/abstractwindowcontext.cpp - platforms/win10borderhandler_p.h - platforms/win10borderhandler.cpp ) if(WIN32) @@ -26,7 +26,6 @@ qwindowkit_windows.cpp contexts/win32windowcontext_p.h contexts/win32windowcontext.cpp - platforms ) else() list(APPEND _src -- Gitblit v1.9.1