summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/RemoteLinux.pluginspec.in
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@nokia.com>2011-05-25 11:23:25 +0200
committerChristian Kandeler <christian.kandeler@nokia.com>2011-05-26 13:31:05 +0200
commit64ba06e22164c4b2f6e80135dd44acac8963cd2d (patch)
treef75a03dc3fc11f40ed1b3b043e95b20cd1e48c15 /src/plugins/remotelinux/RemoteLinux.pluginspec.in
parentfce956895b4151678f0cb1bc2b0886d0e70bfec9 (diff)
downloadqt-creator-64ba06e22164c4b2f6e80135dd44acac8963cd2d.tar.gz
Maemo: Create dedicated plugin.
No change in functionality for now. More support for generic remote Linux support is planned to be added. The changes in decreasing order of magnitude: 1) Move contents of qt4projectmanager/qt-maemo to new "RemoteLinux" plugin. 2) Make some classes in qt4nodes public for now. More decoupling in that area will follow. 3) Fix some minor problems uncovered by the move. Change-Id: I51d0c7977c10019eb6080cd6620bc28ecebad3c4 Reviewed-on: http://codereview.qt.nokia.com/106 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/RemoteLinux.pluginspec.in')
-rw-r--r--src/plugins/remotelinux/RemoteLinux.pluginspec.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/plugins/remotelinux/RemoteLinux.pluginspec.in b/src/plugins/remotelinux/RemoteLinux.pluginspec.in
new file mode 100644
index 0000000000..d08e4e34cf
--- /dev/null
+++ b/src/plugins/remotelinux/RemoteLinux.pluginspec.in
@@ -0,0 +1,23 @@
+<plugin name=\"RemoteLinux\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
+ <vendor>Nokia Corporation</vendor>
+ <copyright>(C) 2011 Nokia Corporation</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 a remote Linux host.</description>
+ <category>Device Support</category>
+ <url>http://qt.nokia.com</url>
+ <dependencyList>
+ <dependency name=\"AnalyzerBase\" version=\"$$QTCREATOR_VERSION\"/>
+ <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>