blob: 07be0bc3da8137b1b77b406712c1417b2b615d53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// This file is autogenerated by ECMQmlModule to support static QML-only plugins.
#include "QmlModule.h"
#include <QQmlEngine>
void QmlModule::registerTypes(const char* uri)
{
Q_ASSERT(QLatin1String(uri) == QLatin1String("@_qml_uri@"));
Q_INIT_RESOURCE(@ARG_TARGET@);
}
|