diff options
author | Eike Ziller <[email protected]> | 2014-08-26 17:29:38 +0200 |
---|---|---|
committer | Eike Ziller <[email protected]> | 2014-09-02 15:11:24 +0200 |
commit | b5b6a46b4e17dde56ac4409bd6551eaaf297b375 (patch) | |
tree | 216df467b3df092bad019656329d299b44e51ee1 /src/plugins/macros/Macros.pluginspec.in | |
parent | 8dc9d67e898ecb9afa239fcba914ed178931901b (diff) |
ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec files
Change-Id: I2b2c704260c613985a4bda179658ec1f8879e70f
Reviewed-by: Christian Kandeler <[email protected]>
Reviewed-by: Christian Stenger <[email protected]>
Reviewed-by: Daniel Teske <[email protected]>
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/macros/Macros.pluginspec.in')
-rw-r--r-- | src/plugins/macros/Macros.pluginspec.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/plugins/macros/Macros.pluginspec.in b/src/plugins/macros/Macros.pluginspec.in deleted file mode 100644 index b88ff2b19b1..00000000000 --- a/src/plugins/macros/Macros.pluginspec.in +++ /dev/null @@ -1,17 +0,0 @@ -<plugin name=\"Macros\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_COMPAT_VERSION\"> - <vendor>Digia Plc</vendor> - <copyright>(C) 2014 Nicolas Arnaud-Cormos</copyright> - <license> -Commercial Usage - -Licensees holding valid Qt Commercial licenses may use this plugin in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Digia. - -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> - <category>Qt Creator</category> - <description>Macros in text editors.</description> - <url>http://www.qt-project.org</url> - $$dependencyList -</plugin> |