diff --git a/desktop/toolkit/qt5/qt5-remoteobjects/actions.py b/desktop/toolkit/qt5/qt5-remoteobjects/actions.py
new file mode 100755
index 0000000000..b27be0c4e7
--- /dev/null
+++ b/desktop/toolkit/qt5/qt5-remoteobjects/actions.py
@@ -0,0 +1,22 @@
+#!/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 get
+from pisi.actionsapi import qt5
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+def setup():
+ qt5.configure()
+
+def build():
+ qt5.make()
+ qt5.make("docs")
+
+def install():
+ qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR())
+
+ pisitools.dodoc("LICENSE*")
\ No newline at end of file
diff --git a/desktop/toolkit/qt5/qt5-remoteobjects/pspec.xml b/desktop/toolkit/qt5/qt5-remoteobjects/pspec.xml
new file mode 100755
index 0000000000..e2f75564e0
--- /dev/null
+++ b/desktop/toolkit/qt5/qt5-remoteobjects/pspec.xml
@@ -0,0 +1,74 @@
+
+
+
+
+ qt5-remoteobjects
+ https://www.qt.io
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ desktop.toolkit.qt5
+ LGPLv2.1-linking-exception
+ Inter-process communication (IPC) module developed for Qt
+ qt5-remoteobjects, Inter-process communication (IPC) module developed for Qt
+ http://download.qt.io/official_releases/qt/5.14/5.14.2/submodules/qtremoteobjects-everywhere-src-5.14.2.tar.xz
+
+ qt5-base-devel
+ qt5-sql-sqlite
+ qt5-assistant-devel
+ qt5-declarative-devel
+
+
+
+
+ qt5-remoteobjects
+ Inter-process communication (IPC) module developed for Qt
+
+ qt5-base
+ qt5-assistant
+ qt5-declarative
+
+
+ /usr/lib
+ /usr/bin
+ /usr/lib/qt5
+ /usr/share/licenses
+
+
+
+
+ qt5-remoteobjects-devel
+ Development files for qt5-remoteobjects
+
+ /usr/include/qt5
+ /usr/lib/pkgconfig
+
+
+ qt5-remoteobjects
+ qt5-base-devel
+ qt5-declarative-devel
+
+
+
+
+ qt5-remoteobjects-docs
+ Documentation files for qt5-remoteobjects
+
+ qt5-remoteobjects
+
+
+ /usr/share/doc
+
+
+
+
+
+ 2020-05-26
+ 5.14.2
+ First Pisi Release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/desktop/toolkit/qt5/qt5-remoteobjects/translations.xml b/desktop/toolkit/qt5/qt5-remoteobjects/translations.xml
new file mode 100755
index 0000000000..73ba0a9773
--- /dev/null
+++ b/desktop/toolkit/qt5/qt5-remoteobjects/translations.xml
@@ -0,0 +1,20 @@
+
+
+
+ qt5-remoteobjects
+ Qt için işlemler-arası iletişim modülü.
+ qt5-remoteobjects, Qt için işlemler-arası iletişim modülü sağlar.
+
+
+
+ qt5-remoteobjects-devel
+ qt5-remoteobjects için geliştirme dosyaları
+ qt5-remoteobjects-devel, qt5-remoteobjects için geliştirme dosyalarını içerir.
+
+
+
+ qt5-remoteobjects-docs
+ qt5-remoteobjects için belgelendirme dosyaları
+ qt5-remoteobjects-docs, qt5-remoteobjects için belgelendirme dosyalarını içerir.
+
+
\ No newline at end of file