update
This commit is contained in:
parent
f2b67af58a
commit
ef40e3b109
|
@ -1 +1 @@
|
|||
Subproject commit 75ca85ec42ac651094cfc8dd21f79b0cfb440d57
|
||||
Subproject commit 96f3981f0ada7678b218f3dd9be7cfabc55d900e
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue