aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/serialterminal/SerialTerminal.json.in
diff options
context:
space:
mode:
authorBenjamin Balga <balga.benjamin@gmail.com>2017-12-04 16:04:04 +0100
committerBenjamin Balga <balga.benjamin@gmail.com>2018-01-30 13:35:19 +0000
commitb386eae888565b0f1fa59c76047fd97a1857e48b (patch)
tree4249710128a66c8669fdd1258a73ea746ed505db /src/plugins/serialterminal/SerialTerminal.json.in
parent7ab872ce6aacd9f3e9e20e8934ab17c9ef5e5a6b (diff)
Plugins: new serial terminal plugin
Plugin adding serial terminals in the output pane. Change-Id: I75d0f69f8d90268ff774e4eae30e36eda022d3aa Reviewed-by: hjk <hjk@qt.io> Reviewed-by: André Hartmann <aha_1980@gmx.de>
Diffstat (limited to 'src/plugins/serialterminal/SerialTerminal.json.in')
-rw-r--r--src/plugins/serialterminal/SerialTerminal.json.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/plugins/serialterminal/SerialTerminal.json.in b/src/plugins/serialterminal/SerialTerminal.json.in
new file mode 100644
index 0000000000..efff034b32
--- /dev/null
+++ b/src/plugins/serialterminal/SerialTerminal.json.in
@@ -0,0 +1,20 @@
+{
+ \"Name\" : \"SerialTerminal\",
+ \"Version\" : \"$$QTCREATOR_VERSION\",
+ \"CompatVersion\" : \"$$QTCREATOR_COMPAT_VERSION\",
+ \"Vendor\" : \"Benjamin Balga\",
+ \"Experimental\" : true,
+ \"DisabledByDefault\" : true,
+ \"Copyright\" : \"(C) 2018 Benjamin Balga\",
+ \"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 The Qt Company.\",
+ \"\",
+ \"GNU General Public License Usage\",
+ \"\",
+ \"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html.\"
+ ],
+ \"Description\" : \"Serial Port Terminal\",
+ \"Url\" : \"http://www.qt.io\",
+ $$dependencyList
+}