aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotoolsprojectmanager/AutotoolsProjectManager.pluginspec.in
blob: d11f96b270cf9b00206f0cafd8c448fc81b3740b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<plugin name=\"AutotoolsProjectManager\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\" experimental=\"true\">
    <vendor>Openismus GmbH</vendor>
    <copyright>(C) 2013 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, Digia gives you certain additional
    rights. These rights are described in the Digia 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://www.qt-project.org</url>
    <dependencyList>
        <dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
        <dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
        <dependency name=\"QtSupport\" version=\"$$QTCREATOR_VERSION\"/>
        <dependency name=\"CppTools\" version=\"$$QTCREATOR_VERSION\"/>
    </dependencyList>
</plugin>