From 2f59395b8183b1de62bd0ba83685298d9a7e3271 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: ćšć, 21 12æ 2023 19:56:42 +0800 Subject: [PATCH] minor tweaks --- src/CMakeLists.txt | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 25d290a..a857d44 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -122,10 +122,6 @@ # ---------------------------------- add_subdirectory(core) -if(QWINDOWKIT_BUILD_STYLE_SUPPORT) - add_subdirectory(stylesupport) -endif() - if(QWINDOWKIT_BUILD_WIDGETS) add_subdirectory(widgets) endif() @@ -134,6 +130,10 @@ add_subdirectory(quick) endif() +if(QWINDOWKIT_BUILD_STYLESUPPORT) + add_subdirectory(stylesupport) +endif() + # ---------------------------------- # Documentation # ---------------------------------- -- Gitblit v1.9.1