Revert "Fix build without QWebSockets"

This reverts commit dd11bad380.

The actual fix was merged

Change-Id: I0e36c54c9dd7c801c9808e04d567efa0b094c556
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Eike Ziller
2025-01-15 09:16:13 +01:00
committed by Tim Jenssen
parent a3cb81f742
commit 54b1107672

View File

@@ -47,7 +47,7 @@ find_package(Qt6 QUIET COMPONENTS WebSockets WebEngineWidgets)
add_qtc_plugin(QmlDesigner
PLUGIN_RECOMMENDS QmlPreview
CONDITION TARGET QmlDesignerCore AND TARGET Qt::QuickWidgets AND TARGET Qt::Svg AND TARGET Qt::WebSockets
CONDITION TARGET QmlDesignerCore AND TARGET Qt::QuickWidgets AND TARGET Qt::Svg
PLUGIN_DEPENDS
Core
ProjectExplorer