Warning, /frameworks/extra-cmake-modules/modules/ECMQmlModule.h.in is written in an unsupported language. File is not indexed.

0001 // This file is autogenerated by ECMQmlModule to support static QML-only plugins.
0002 
0003 #ifndef QMLMODULE_H
0004 #define QMLMODULE_H
0005 
0006 #include <QQmlExtensionPlugin>
0007 
0008 class QmlModule : public QQmlExtensionPlugin
0009 {
0010     Q_OBJECT
0011     Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface")
0012 
0013 public:
0014     void registerTypes(const char* uri) override;
0015 };
0016 
0017 #endif