summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilerplugin.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-02-21 16:52:28 +0100
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-03-02 14:13:49 +0100
commit4e83fb7953fb670abd4de1b685ef0142da241cba (patch)
tree6f3fe42e3fea85b41c8fc6ab43603594e5cfb598 /src/plugins/qmlprofiler/qmlprofilerplugin.h
parent36effe8cb41eb818afc23defad8354f30f731075 (diff)
downloadqt-creator-4e83fb7953fb670abd4de1b685ef0142da241cba.tar.gz
Port Qt Creator to the new plugin system of Qt 5.
- Add Q_PLUGIN_METADATA for Qt 5, use Q_EXPORT_PLUGIN for Qt 4. - Generate the Json files for Qt 5 from the pluginspec files by using a XSLT sheet. Change-Id: I8653f182ae7d61615971c093df10b84fb06c2172 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerplugin.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerplugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerplugin.h b/src/plugins/qmlprofiler/qmlprofilerplugin.h
index 624d2a6988..6e0512e2e0 100644
--- a/src/plugins/qmlprofiler/qmlprofilerplugin.h
+++ b/src/plugins/qmlprofiler/qmlprofilerplugin.h
@@ -43,6 +43,7 @@ namespace Internal {
class QmlProfilerPlugin : public ExtensionSystem::IPlugin
{
Q_OBJECT
+ Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QtCreatorPlugin" FILE "QmlProfiler.json")
public:
QmlProfilerPlugin() {}