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)