mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-02-02 11:17:39 +08:00
update
This commit is contained in:
parent
a587443ea7
commit
2e0081322f
@ -93,8 +93,6 @@ add_dependencies(${PROJECT_NAME} Script-UpdateTranslations)
|
||||
|
||||
#复制程序运行所需要的动态库
|
||||
if(WIN32)
|
||||
message("-----------------------------")
|
||||
message(${CMAKE_CXX_COMPILER_ID})
|
||||
if(MSVC)
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
file(GLOB_RECURSE 3RDPARTY_DLL_DIR ${CMAKE_SOURCE_DIR}/3rdparty/msvc/x86/*.dll)
|
||||
|
@ -6,4 +6,4 @@ find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Core)
|
||||
find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Core)
|
||||
|
||||
add_subdirectory(FluentUI)
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(src)
|
||||
|
@ -102,4 +102,3 @@ if (CMAKE_BUILD_TYPE MATCHES "Release")
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
@ -13,6 +13,3 @@
|
||||
2. **Script-DeployRelease**
|
||||
|
||||
执行Qt的windeployqt或macdeployqt命令,这个脚本只在windows与macos才有,linux不支持
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user