https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265437
--- Comment #3 from Florian Walpen <[email protected]> --- (In reply to Tobias C. Berner from comment #1) > Little question, can the qmldesigner plugin not be built against Qt5? Followup, the relevant CMake config message is this: -- The following features have been disabled: * Build online documentation * ... * Plugin QmlDesigner, with CONDITION Qt5_VERSION VERSION_GREATER_EQUAL 6.2.0 AND TARGET Qt5::QuickWidgets AND TARGET Qt5::Svg * Plugin assetexporterplugin, with CONDITION TARGET QmlDesigner * Plugin componentsplugin, with CONDITION TARGET QmlDesigner * Plugin qmlpreviewplugin, with CONDITION TARGET QmlDesigner * Plugin qtquickplugin, with CONDITION TARGET QmlDesigner * Plugin StudioPlugin, with CONDITION TARGET QmlDesigner * ... That condition on Qt 6.2.0+ seems pretty clear to me. According to git the QmlDesigner plugin fell out of the pkg-plist with the update to 7.0.0, which was committed by you :-) MfG Florian -- You are receiving this mail because: You are the assignee for the bug.
