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)