33 lines
863 B
C++
33 lines
863 B
C++
// This file is autogenerated by CMake. Do not edit.
|
|
|
|
#include <QtCore/qtsymbolmacros.h>
|
|
#include <QtQml/qqmlextensionplugin.h>
|
|
|
|
|
|
QT_DECLARE_EXTERN_RESOURCE(qmlcache_KomplexHubMod_Kero)
|
|
QT_DECLARE_EXTERN_RESOURCE(qmake_KomplexHub_Kero)
|
|
QT_DECLARE_EXTERN_RESOURCE(KomplexHubMod_Kero_raw_qml_0)
|
|
|
|
|
|
QT_DECLARE_EXTERN_SYMBOL_VOID(qml_register_types_KomplexHub_Kero)
|
|
|
|
class KomplexHub_KeroPlugin : public QQmlEngineExtensionPlugin
|
|
{
|
|
Q_OBJECT
|
|
Q_PLUGIN_METADATA(IID QQmlEngineExtensionInterface_iid)
|
|
|
|
public:
|
|
KomplexHub_KeroPlugin(QObject *parent = nullptr) : QQmlEngineExtensionPlugin(parent)
|
|
{
|
|
|
|
QT_KEEP_SYMBOL(qml_register_types_KomplexHub_Kero)
|
|
QT_KEEP_RESOURCE(qmlcache_KomplexHubMod_Kero)
|
|
QT_KEEP_RESOURCE(qmake_KomplexHub_Kero)
|
|
QT_KEEP_RESOURCE(KomplexHubMod_Kero_raw_qml_0)
|
|
}
|
|
};
|
|
|
|
|
|
|
|
#include "KomplexHubMod_Keroplugin_KomplexHub_KeroPlugin.moc"
|