forked from qt-creator/qt-creator
Change-Id: Iad58914f067a6ef6d3412ccd42f757d821e39e45 Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
23 lines
1.4 KiB
Plaintext
23 lines
1.4 KiB
Plaintext
<plugin name=\"Android\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
|
<vendor>KDE Necessitas</vendor>
|
|
<copyright>(C) 2010-2012 BogDan Vatra</copyright>
|
|
<license>
|
|
Commercial Usage
|
|
|
|
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.
|
|
|
|
GNU Lesser General Public License Usage
|
|
|
|
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.
|
|
</license>
|
|
<description>Support for deployment to and execution on Android Devices</description>
|
|
<category>Device Support</category>
|
|
<url>http://community.kde.org/Necessitas</url>
|
|
<dependencyList>
|
|
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
|
|
<dependency name=\"Debugger\" version=\"$$QTCREATOR_VERSION\"/>
|
|
<dependency name=\"ProjectExplorer\" version=\"$$QTCREATOR_VERSION\"/>
|
|
<dependency name=\"Qt4ProjectManager\" version=\"$$QTCREATOR_VERSION\"/>
|
|
</dependencyList>
|
|
</plugin>
|