This commit is contained in:
朱子楚\zhuzi
2023-09-09 10:19:47 +08:00
parent f2b67af58a
commit ef40e3b109
2 changed files with 4 additions and 1 deletions

View File

@ -109,6 +109,9 @@ else()
)
endif()
#去掉mingw生成的动态库libxxx前缀lib不去掉前缀会导致 module "FluentUI" plugin "fluentuiplugin" not found
set_target_properties(${PROJECT_NAME} PROPERTIES PREFIX "")
#链接库
target_link_libraries(${PROJECT_NAME} PUBLIC
Qt${QT_VERSION_MAJOR}::CorePrivate