From 0640f7a902a3489332627ce93aa61c0dc25087b1 Mon Sep 17 00:00:00 2001 From: SineStriker <trueful@163.com> Date: 周五, 01 12月 2023 19:41:15 +0800 Subject: [PATCH] Add style support --- src/CMakeLists.txt | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 34938a5..b0c2943 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -119,6 +119,10 @@ # ---------------------------------- add_subdirectory(core) +if(QWINDOWKIT_BUILD_STYLE_SUPPORT) + add_subdirectory(stylesupport) +endif() + if(QWINDOWKIT_BUILD_WIDGETS) add_subdirectory(widgets) endif() -- Gitblit v1.9.1