From 9e513416dc78bbc662b9745478cabaca8891777f Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: ćšć, 21 12æ 2023 19:20:19 +0800 Subject: [PATCH] Add stylesupport --- src/CMakeLists.txt | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 739c9f8..a857d44 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -130,6 +130,10 @@ add_subdirectory(quick) endif() +if(QWINDOWKIT_BUILD_STYLESUPPORT) + add_subdirectory(stylesupport) +endif() + # ---------------------------------- # Documentation # ---------------------------------- -- Gitblit v1.9.1