~timo-jyrinki/ubuntu/saucy/qtcreator/add_workaround_back

« back to all changes in this revision

Viewing changes to src/plugins/regexp/RegExp.pluginspec.in

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2011-11-18 16:18:49 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20111118161849-5t8jugl6egvs4iev
Tags: 2.4.0~rc-0ubuntu1
* New upstream release candidate.
* Drop 04_fix_ftbfs_arm_qreal.diff, merged upstream.
* Refresh 01_fix_installation_paths.diff.
* Compress binary packages with xz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<plugin name=\"RegExp\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
2
 
    <vendor>Nokia Corporation</vendor>
3
 
    <copyright>(C) 2011 Nokia Corporation</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 Nokia.
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
 
    <description>Regular Expression test widget.</description>
14
 
    <url>http://qt.nokia.com</url>
15
 
    <dependencyList>
16
 
        <dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
17
 
    </dependencyList>
18
 
</plugin>