~zeller-benjamin/qtcreator-plugin-ubuntu/qtc41-beta

« back to all changes in this revision

Viewing changes to src/ubuntu/Ubuntu.pluginspec.in

  • Committer: Juhapekka Piiroinen
  • Date: 2013-09-04 15:30:00 UTC
  • mto: (23.1.14 binary-plugin)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: juhapekka.piiroinen@canonical.com-20130904153000-r4lhfhrjlwmop277
Added cordova plugin from ubuntu-qtcreator-plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<plugin name=\"Ubuntu\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
 
2
    <vendor>Canonical</vendor>
 
3
    <copyright>(C) Canonical Ltd.</copyright>
 
4
    <license>LGPL</license>
 
5
    <description>Ubuntu support library</description>
 
6
    <url>http://www.ubuntu.com</url>
 
7
    <dependencyList>
 
8
        <dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
 
9
        <dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
 
10
    </dependencyList>
 
11
</plugin>
 
12