diff --git a/desktop/lxqt/qps/actions.py b/desktop/lxqt/qps/actions.py
new file mode 100644
index 0000000000..cb90636cfb
--- /dev/null
+++ b/desktop/lxqt/qps/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/copyleft/gpl.txt
+
+from pisi.actionsapi import cmaketools
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+def setup():
+ shelltools.makedirs("build")
+ shelltools.cd("build")
+ cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_LIBDIR=lib", sourceDir="..")
+def build():
+ shelltools.cd("build")
+ cmaketools.make()
+
+def install():
+ shelltools.cd("build")
+ cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+ shelltools.cd("..")
+ #pisitools.dodoc("AUTHORS", "COPYING")
diff --git a/desktop/lxqt/qps/pspec.xml b/desktop/lxqt/qps/pspec.xml
new file mode 100644
index 0000000000..f5378c54e0
--- /dev/null
+++ b/desktop/lxqt/qps/pspec.xml
@@ -0,0 +1,45 @@
+
+
+
+ qps
+ https://github.com/QtDesktop/qps
+
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+ GPL2
+ qps
+ app
+ Qt Process Manager
+ Qt Process Manager
+ https://github.com/QtDesktop/qps/releases/download/1.10.17/qps-1.10.17.tar.xz
+
+ cmake
+ qt5-base-devel
+ qt5-x11extras-devel
+ libXrender-devel
+ qt5-linguist
+
+
+
+ qps
+
+ qt5-base
+
+
+ /usr/bin/qps
+ /usr/lib
+ /usr/share
+
+
+
+
+
+ 2018-04-23
+ 1.10.17
+ First release
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+
diff --git a/desktop/lxqt/qps/translations.xml b/desktop/lxqt/qps/translations.xml
new file mode 100644
index 0000000000..a1f2e9a633
--- /dev/null
+++ b/desktop/lxqt/qps/translations.xml
@@ -0,0 +1,7 @@
+
+
+ qps
+ Qt tabanlı bir Süreç Yöneticisi
+ Qt tabanlı bir Süreç Yöneticisi
+
+