This project is a QML port of qtermwidget. It is written to be as close as possible to the upstream project in order to make cooperation possible.
This plugin will power UniTerminal, terminal emulator for Uni desktop environment.
This package also contains a simple test application.
mkdir build && cd build
qmake6 .. && make -j6cd build
sudo make installTo test it:
qmlscene6 -I . test-app/test-app.qml