diff options
Diffstat (limited to 'src/plugins/autotoolsprojectmanager/AutotoolsProjectManager.pluginspec.in')
-rw-r--r-- | src/plugins/autotoolsprojectmanager/AutotoolsProjectManager.pluginspec.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/plugins/autotoolsprojectmanager/AutotoolsProjectManager.pluginspec.in b/src/plugins/autotoolsprojectmanager/AutotoolsProjectManager.pluginspec.in new file mode 100644 index 0000000000..31bd06076a --- /dev/null +++ b/src/plugins/autotoolsprojectmanager/AutotoolsProjectManager.pluginspec.in @@ -0,0 +1,23 @@ +<plugin name=\"AutotoolsProjectManager\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\"> + <vendor>Openismus GmbH</vendor> + <copyright>(C) 2010 Openismus GmbH</copyright> + <license>GNU Lesser General Public License Usage + This file may be used under the terms of the GNU Lesser General Public + License version 2.1 as published by the Free Software Foundation and + appearing in the file LICENSE.LGPL included in the packaging of this file. + 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. + + In addition, as a special exception, Nokia gives you certain additional + rights. These rights are described in the Nokia Qt LGPL Exception + version 1.1, included in the file LGPL_EXCEPTION.txt in this package.</license> + <category>Build Systems</category> + <description>Autotools project integration.</description> + <url>http://qt.nokia.com</url> + <dependencyList> + <dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/> + <dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/> + <dependency name=\"CppTools\" version=\"$$QTCREATOR_VERSION\"/> + </dependencyList> +</plugin> |