~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec.in

  • Committer: Timo Jyrinki
  • Date: 2013-12-02 09:16:15 UTC
  • mfrom: (1.1.29)
  • Revision ID: timo.jyrinki@canonical.com-20131202091615-xbj1os1f604ber1m
New upstream release candidate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<plugin name=\"Qt4ProjectManager\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_COMPAT_VERSION\">
2
 
    <vendor>Digia Plc</vendor>
3
 
    <copyright>(C) 2013 Digia Plc</copyright>
4
 
    <license>
5
 
Commercial Usage
6
 
 
7
 
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.
8
 
 
9
 
GNU Lesser General Public License Usage
10
 
 
11
 
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.
12
 
    </license>
13
 
    <category>Build Systems</category>
14
 
    <description>Provides project type for Qt 4 pro files and tools.</description>
15
 
    <url>http://www.qt-project.org</url>
16
 
    $$dependencyList
17
 
</plugin>