This commit is contained in:
朱子楚\zhuzi 2024-03-18 17:13:20 +08:00
parent a587443ea7
commit 2e0081322f
4 changed files with 1 additions and 7 deletions

View File

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

View File

@ -102,4 +102,3 @@ if (CMAKE_BUILD_TYPE MATCHES "Release")
)
endif()
endif()

View File

@ -13,6 +13,3 @@
2. **Script-DeployRelease**
执行Qt的windeployqt或macdeployqt命令这个脚本只在windows与macos才有linux不支持