Web: remove QtWebEngine dependency

This commit is contained in:
Chris Hennes
2024-04-19 23:14:52 -05:00
parent 43849667b2
commit e4ea12db27

View File

@@ -20,10 +20,6 @@ if(BUILD_GUI)
list (APPEND FREECAD_QT_COMPONENTS OpenGL PrintSupport Svg UiTools Widgets LinguistTools)
if (BUILD_WEB)
list (APPEND FREECAD_QT_COMPONENTS WebEngineWidgets)
endif()
if(BUILD_DESIGNER_PLUGIN)
list (APPEND FREECAD_QT_COMPONENTS Designer)
endif()