diff --git a/desktop/lxqt/qterminal/actions.py b/desktop/lxqt/qterminal/actions.py
new file mode 100644
index 0000000000..e650a7f6c9
--- /dev/null
+++ b/desktop/lxqt/qterminal/actions.py
@@ -0,0 +1,25 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import cmaketools
+from pisi.actionsapi import get
+from pisi.actionsapi import qt5
+
+def setup():
+ shelltools.system("qmake-qt5 qterminal.pro")
+ cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DPULL_TRANSLATIONS=no ")
+def build():
+ qt5.make()
+
+def install():
+ qt5.install()
+
+ pisitools.dodoc("AUTHORS")
diff --git a/desktop/lxqt/qterminal/files/qterminal_tr.qm b/desktop/lxqt/qterminal/files/qterminal_tr.qm
new file mode 100755
index 0000000000..4b4032a82d
Binary files /dev/null and b/desktop/lxqt/qterminal/files/qterminal_tr.qm differ
diff --git a/desktop/lxqt/qterminal/pspec.xml b/desktop/lxqt/qterminal/pspec.xml
new file mode 100644
index 0000000000..f14b2b4759
--- /dev/null
+++ b/desktop/lxqt/qterminal/pspec.xml
@@ -0,0 +1,54 @@
+
+
+
+ qterminal
+ https://github.com/qterminal
+
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+ GPLv2
+ app:gui
+ lxqt
+ QT5-based multitab terminal emulator.
+ QT5-based multitab terminal emulator.
+ https://github.com/lxde/qterminal/releases/download/0.8.0/qterminal-0.8.0.tar.xz
+
+ cmake
+ qt5-base-devel
+ qt5-linguist
+ libxcb-devel
+ libX11-devel
+ qtermwidget5-devel
+ qt5-x11extras-devel
+ lxqt-config
+ qt5-svg-devel
+ kwindowsystem-devel
+ lxqt-build-tools
+
+
+
+
+ qterminal
+
+ qt5-base
+ qtermwidget5
+
+
+ /usr/share
+ /usr/share/doc
+ /usr/share/qterminal/translations
+ /usr/bin
+
+
+
+
+
+ 2018-04-23
+ 0.8.0
+ First release
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+
diff --git a/desktop/lxqt/qterminal/translations.xml b/desktop/lxqt/qterminal/translations.xml
new file mode 100644
index 0000000000..cadf3cbeb7
--- /dev/null
+++ b/desktop/lxqt/qterminal/translations.xml
@@ -0,0 +1,7 @@
+
+
+ qterminal5
+ QT5-based multitab terminal emulator.
+ QT5-based multitab terminal emulator.
+
+