From 0e9c2e428fb61953fd8f152125897646fe6fd337 Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <zhaoyuhang@rankyee.com> Date: ćšć, 21 12æ 2023 16:44:30 +0800 Subject: [PATCH] add mica mica alt acrylic --- src/CMakeLists.txt | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4c6bd44..739c9f8 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() @@ -208,7 +204,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