Sine Striker
2023-12-25 3bde231e6d0b1c177c8c1fc4eccb6207d40aeec1
src/core/CMakeLists.txt
@@ -33,7 +33,7 @@
    )
endif()
if(QWINDOWKIT_FORCE_QT_WINDOW_CONTEXT)
if(QWINDOWKIT_ENABLE_QT_WINDOW_CONTEXT)
    list(APPEND _src
        contexts/qtwindowcontext_p.h
        contexts/qtwindowcontext.cpp
@@ -62,6 +62,22 @@
    endif()
endif()
if(QWINDOWKIT_ENABLE_STYLE_AGENT)
    list(APPEND _src
        style/styleagent.h
        style/styleagent_p.h
        style/styleagent.cpp
    )
    if(WIN32)
        list(APPEND _src style/styleagent_win.cpp)
    elseif(APPLE)
        list(APPEND _src style/styleagent_mac.mm)
    else()
        list(APPEND _src style/styleagent_linux.cpp)
    endif()
endif()
qwk_add_library(${PROJECT_NAME} AUTOGEN
    SOURCES ${_src}
    LINKS