From 4aba260eb596527687646adc35d79f01287b074b Mon Sep 17 00:00:00 2001 From: zhuzihcu Date: Thu, 18 May 2023 15:09:07 +0800 Subject: [PATCH] update --- example/CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 0a51315..a764644 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -90,22 +90,12 @@ set_target_properties(example PROPERTIES WIN32_EXECUTABLE TRUE ) -#获取FluentUI插件库目录 -set(QML_PLUGIN_DIRECTORY ${CMAKE_PREFIX_PATH}/qml/FluentUI) -find_library(FluentUI fluentuiplugin ${QML_PLUGIN_DIRECTORY}) - #链接库 target_link_libraries(example PRIVATE Qt6::Quick FramelessHelper::Core FramelessHelper::Quick fluentuiplugin - ${FluentUI} -) - -target_include_directories( - example PRIVATE - ${QML_PLUGIN_DIRECTORY} ) #安装