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 | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4c6bd44..a857d44 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -122,16 +122,16 @@ # ---------------------------------- add_subdirectory(core) -if(QWINDOWKIT_BUILD_STYLE_SUPPORT) - add_subdirectory(stylesupport) -endif() - if(QWINDOWKIT_BUILD_WIDGETS) add_subdirectory(widgets) endif() if(QWINDOWKIT_BUILD_QUICK) add_subdirectory(quick) +endif() + +if(QWINDOWKIT_BUILD_STYLESUPPORT) + add_subdirectory(stylesupport) endif() # ---------------------------------- @@ -208,7 +208,5 @@ ) # Install shared files - install(DIRECTORY ../share/ - DESTINATION share/${QWINDOWKIT_INSTALL_NAME} - ) + include("../share/install.cmake") endif() \ No newline at end of file -- Gitblit v1.9.1