Skip to content
Snippets Groups Projects
Commit e1ae73cf authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

QNX/Android: Add missing plugin metadata specifications for Qt 5.


Reshuffle the pluginspec file such that the XSL transformation
generates a valid file.

Change-Id: I006eecf1efbb45a10c6dc414cb1d1b278b2cce5a
Reviewed-by: default avatarTobias Hunger <tobias.hunger@nokia.com>
parent 1d209b9c
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ namespace Android {
class AndroidPlugin : public ExtensionSystem::IPlugin
{
Q_OBJECT
Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QtCreatorPlugin" FILE "Android.json")
public:
AndroidPlugin();
......
......@@ -11,8 +11,8 @@ GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. Please review the following information to ensure the GNU Lesser General Public License version 2.1 requirements will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
</license>
<description>Adds support for QNX to Qt Creator</description>
<url>http://www.rim.com</url>
<category>Device Support</category>
<url>http://www.rim.com</url>
<dependencyList>
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
<dependency name=\"Qt4ProjectManager\" version=\"$$QTCREATOR_VERSION\"/>
......
......@@ -42,6 +42,7 @@ namespace Internal {
class QNXPlugin : public ExtensionSystem::IPlugin
{
Q_OBJECT
Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QtCreatorPlugin" FILE "Qnx.json")
public:
QNXPlugin();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment