From 7b40c42407777e3d29b87e626dfc8f09e5cdee82 Mon Sep 17 00:00:00 2001 From: luocai Date: Wed, 4 Sep 2024 18:29:03 +0800 Subject: [PATCH] add var. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f876f3b..219fda7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,8 +16,8 @@ endif() add_subdirectory(HttpProxy) -if(TARGET Qt${QT_VERSION_MAJOR}::Core) - add_subdirectory(QtComponets) +if(KYLIN_WITH_FLUENT) + add_subdirectory(Fluent) endif() add_subdirectory(Universal)