add_qtc_plugin(MultiPropertyEditor
  CONDITION TARGET QtCreator::QmlDesigner
  PLUGIN_DEPENDS
    QtCreator::QmlDesigner QmlDesigner
  DEPENDS
    Qt::Core Qt::CorePrivate Qt6::Qml QtCreator::Utils AdvancedDockingSystem
  SOURCES
    multipropertyeditoraction.cpp multipropertyeditoraction.h
    multipropertyeditorplugin.cpp
    multipropertyeditorplugin.h
    multipropertyeditorview.cpp
    multipropertyeditorview.h
)
