Warning, /plasma-mobile/qmlkonsole/README.md is written in an unsupported language. File is not indexed.

0001 <!--
0002 - SPDX-FileCopyrightText: None
0003 - SPDX-License-Identifier: CC0-1.0
0004 -->
0005 
0006 # QMLKonsole <img src="logo.png" width="40"/> 
0007 
0008 A terminal application built for touch, based on [qmltermwidget](https://github.com/Swordfish90/qmltermwidget).
0009 
0010 ## Links
0011 
0012 * Project page: https://invent.kde.org/plasma-mobile/qmlkonsole
0013 * Bug reports & feature requests: https://bugs.kde.org/enter_bug.cgi?product=QMLKonsole
0014 * Development channel: https://matrix.to/#/#plasmamobile:kde.org
0015 
0016 ## Building
0017 
0018 ```
0019 mkdir build
0020 cd build
0021 cmake ..
0022 make
0023 ```