From 77f10f7c5eb8716c06eb7e0447c3fd8dbcb48d79 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: ćšć, 21 12æ 2023 23:18:58 +0800 Subject: [PATCH] minor tweaks --- 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