From c3c6647e7888b7dbe9d9d22fb77bf08104a3653c Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周一, 11 12月 2023 02:14:32 +0800 Subject: [PATCH] refactor --- src/core/CMakeLists.txt | 18 +++++++++++------- 1 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 654a259..1464e23 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -5,13 +5,17 @@ set(_src qwkcoreglobal.h - qwkcoreglobal_p.h - qwkcoreglobal.cpp - corewindowagent.h - corewindowagent_p.h - corewindowagent.cpp - windowitemdelegate.h + qwkglobal.h + qwkglobal_p.h + windowagentbase.h + windowagentbase_p.h + windowagentbase.cpp + windowitemdelegate_p.h windowitemdelegate.cpp + kernel/nativeeventfilter.h + kernel/nativeeventfilter.cpp + kernel/sharedeventfilter.h + kernel/sharedeventfilter.cpp contexts/abstractwindowcontext_p.h contexts/abstractwindowcontext.cpp ) @@ -43,7 +47,7 @@ LINKS QT_LINKS Core Gui QT_INCLUDE_PRIVATE Core Gui - INCLUDE_PRIVATE contexts + INCLUDE_PRIVATE kernel contexts PREFIX QWK_CORE ) -- Gitblit v1.9.1