aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpaster/cpasterplugin.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/cpaster/cpasterplugin.h
parent36effe8cb41eb818afc23defad8354f30f731075 (diff)
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/cpaster/cpasterplugin.h')
-rw-r--r--src/plugins/cpaster/cpasterplugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cpaster/cpasterplugin.h b/src/plugins/cpaster/cpasterplugin.h
index 4b50faa91ce..f7c93526b53 100644
--- a/src/plugins/cpaster/cpasterplugin.h
+++ b/src/plugins/cpaster/cpasterplugin.h
@@ -63,6 +63,7 @@ public slots:
class CodepasterPlugin : public ExtensionSystem::IPlugin
{
Q_OBJECT
+ Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QtCreatorPlugin" FILE "CodePaster.json")
public:
CodepasterPlugin();