From 3973b5c923d3719ae20fea5a75a2146833ff2960 Mon Sep 17 00:00:00 2001 From: wuyize Date: Mon, 12 Jun 2023 23:46:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9src/CMakeLists.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- src/CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f0e747b..fe6e454 100644 --- a/.gitignore +++ b/.gitignore @@ -36,4 +36,5 @@ bin .DS_Store build cmake-build-* -.idea \ No newline at end of file +.idea +.vs \ No newline at end of file diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e8065ca..88db6d3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -10,7 +10,7 @@ if(APPLE) endif() #设置QML插件输出目录->D:\Qt\6.4.3\msvc2019_64\qml\FluentUI -set(QML_PLUGIN_DIRECTORY ${CMAKE_PREFIX_PATH}/qml/FluentUI) +set(QML_PLUGIN_DIRECTORY ${Qt6_DIR}/qml/FluentUI) #设置版本号 add_definitions(-DVERSION=1,3,3,0)