修改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

3
.gitignore vendored
View File

@ -36,4 +36,5 @@ bin
.DS_Store .DS_Store
build build
cmake-build-* cmake-build-*
.idea .idea
.vs

View File

@ -10,7 +10,7 @@ if(APPLE)
endif() endif()
#QML->D:\Qt\6.4.3\msvc2019_64\qml\FluentUI #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) add_definitions(-DVERSION=1,3,3,0)