修改src/CMakeLists.txt

main
wuyize 2023-06-12 23:46:54 +08:00
parent a4d04499bc
commit 3973b5c923
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -37,3 +37,4 @@ bin
build
cmake-build-*
.idea
.vs

View File

@ -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)