Qt Quick 3D - Virtual Assistant Example
// This file is autogenerated by CMake. Do not edit. #include <QtQml/qqmlextensionplugin.h> extern void qml_register_types_robotassistant(); Q_GHS_KEEP_REFERENCE(qml_register_types_robotassistant) class robotassistantPlugin : public QQmlEngineExtensionPlugin { Q_OBJECT Q_PLUGIN_METADATA(IID QQmlEngineExtensionInterface_iid) public: robotassistantPlugin(QObject *parent = nullptr) : QQmlEngineExtensionPlugin(parent) { volatile auto registration = &qml_register_types_robotassistant; Q_UNUSED(registration) } }; #include "robotassistantplugin_robotassistantPlugin.moc"