summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qresourceengine/staticplugin/main.cpp
blob: 39a3a1e012f4e594b6b49853331b7a30be60d778 (plain)
1
2
3
4
5
6
7
8
9
#include <QObject>

class PluginClass : public QObject
{
    Q_OBJECT
    Q_PLUGIN_METADATA(IID "org.qt-project.Qt.tests.moc" FILE "staticplugin.json")
};

#include "main.moc"