Sine Striker
2023-12-13 e20d8ebf6eb5a5a9fafc2eaf3b04d934e5089766
src/core/CMakeLists.txt
@@ -5,11 +5,17 @@
set(_src
    qwkcoreglobal.h
    qwkcoreglobal_p.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/eventobserver_p.h
    kernel/eventobserver.cpp
    kernel/nativeeventfilter_p.h
    kernel/nativeeventfilter.cpp
    contexts/abstractwindowcontext_p.h
    contexts/abstractwindowcontext.cpp
)
@@ -41,7 +47,7 @@
    LINKS
    QT_LINKS Core Gui
    QT_INCLUDE_PRIVATE Core Gui
    INCLUDE_PRIVATE contexts
    INCLUDE_PRIVATE kernel contexts platforms
    PREFIX QWK_CORE
)