diff --git a/office/misc/qpdfview/actions.py b/office/misc/qpdfview/actions.py
new file mode 100644
index 0000000000..78738527de
--- /dev/null
+++ b/office/misc/qpdfview/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 qt5
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+
+WorkDir="qpdfview-0.4.14"
+
+
+def setup():
+ qt5.configure("qpdfview.pro")
+
+def build():
+ qt5.make()
+
+def install():
+ qt5.install()
+
+ pisitools.dodoc("CONTRIBUTORS", "COPYING", "README")
+
+
diff --git a/office/misc/qpdfview/pspec.xml b/office/misc/qpdfview/pspec.xml
new file mode 100644
index 0000000000..56563d430b
--- /dev/null
+++ b/office/misc/qpdfview/pspec.xml
@@ -0,0 +1,54 @@
+
+
+ qpdfview
+ https://launchpad.net/qpdfview
+
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+ GNU GPL v2
+ office.misc
+ qpdfview is a tabbed document viewer.
+ It uses Poppler for PDF support, libspectre for PS support, DjVuLibre for DjVu support, CUPS for printing support and the Qt toolkit for its interface.
+
+ djvu-devel
+ cups-devel
+ poppler-qt5-devel
+ qt5-base-devel
+ qt5-xmlpatterns-devel
+ libspectre-devel
+ zlib-devel
+ pkgconfig
+ qt5-svg-devel
+
+ https://launchpad.net/qpdfview/trunk/0.4.14/+download/qpdfview-0.4.14.tar.gz
+
+
+ qpdfview
+ qpdfview is a tabbed document viewer.
+
+ qt5-base
+ cups
+ djvu
+ libgcc
+ zlib
+ libspectre
+ poppler-qt5
+
+
+ /usr/bin
+ /usr/share
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ 2015-11-04
+ 0.4.14
+ First Release
+ Stefan Gronewold (groni)
+ groni@pisilinux.org
+
+
+
diff --git a/office/misc/qpdfview/translations.xml b/office/misc/qpdfview/translations.xml
new file mode 100644
index 0000000000..53d47191b5
--- /dev/null
+++ b/office/misc/qpdfview/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ qpdfview
+ qpdfview is a tabbed document viewer
+ It uses Poppler for PDF support, libspectre for PS support, DjVuLibre for DjVu support, CUPS for printing support and the Qt toolkit for its interface
+
+