From 83710cb96187d635be1be95ac1a2652c28d695cd Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周二, 12 12月 2023 00:24:14 +0800 Subject: [PATCH] Add example icon --- src/core/CMakeLists.txt | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 8444ad6..837baa0 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -5,10 +5,15 @@ set(_src qwkcoreglobal.h - 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 contexts/abstractwindowcontext_p.h contexts/abstractwindowcontext.cpp ) @@ -40,7 +45,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