Tools: [skip ci] fix linking errors of designer plugin with MSVC

This commit is contained in:
wmayer
2022-04-06 12:47:28 +02:00
parent 002ba58bad
commit 5c342f6e58
4 changed files with 41 additions and 5 deletions

View File

@@ -93,7 +93,7 @@ macro(PrintFinalReport)
message(STATUS "Qt5WebEngineWidgets: not needed (BUILD_WEB)")
endif(BUILD_WEB)
if(BUILD_DESIGNER_PLUGIN)
message(STATUS "Designer plugin: ${DESIGNER_PLUGIN_LOCATION}/libFreeCAD_widgets.so")
message(STATUS "Designer plugin: ${DESIGNER_PLUGIN_LOCATION}/${libFreeCAD_widgets}")
else(BUILD_DESIGNER_PLUGIN)
message(STATUS "Designer plugin: not built per user request (BUILD_DESIGNER_PLUGIN)")
endif(BUILD_DESIGNER_PLUGIN)