diff --git a/desktop/toolkit/qt5/qt5-wayland/actions.py b/desktop/toolkit/qt5/qt5-wayland/actions.py
new file mode 100644
index 0000000000..993576f48f
--- /dev/null
+++ b/desktop/toolkit/qt5/qt5-wayland/actions.py
@@ -0,0 +1,26 @@
+#!/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 shelltools
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import qt5
+from pisi.actionsapi import get
+
+def setup():
+ qt5.configure()
+
+def build():
+ qt5.make()
+
+def install():
+ qt5.install("INSTALL_ROOT=%s" % get.installDIR())
+
+ #I hope qtchooser will manage this issue
+ for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()):
+ pisitools.dosym("/usr/lib/qt5/bin/%s" % bin, "/usr/bin/%s-qt5" % bin)
+
+ pisitools.insinto("/usr/share/licenses/qt5-wayland/", "LGPL_EXCEPTION.txt")
diff --git a/desktop/toolkit/qt5/qt5-wayland/pspec.xml b/desktop/toolkit/qt5/qt5-wayland/pspec.xml
new file mode 100644
index 0000000000..60a0e495aa
--- /dev/null
+++ b/desktop/toolkit/qt5/qt5-wayland/pspec.xml
@@ -0,0 +1,98 @@
+
+
+
+
+ qt5-wayland
+ http://qt.digia.com/
+
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+ Provides APIs for Wayland
+ Provides APIs for Wayland
+ LGPLv2.1-linking-exception
+ http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtwayland-opensource-src-5.6.0.tar.xz
+
+ qt5-base-devel
+ qt5-declarative-devel
+ libxkbcommon-devel
+ xorg-server-xwayland
+ glib2-devel
+ libX11-devel
+ libgcc
+ mesa-devel
+ fontconfig-devel
+ freetype-devel
+ libXrender-devel
+ eudev-devel
+ libXcomposite-devel
+ libxkbcommon-devel
+ wayland-client
+ wayland-cursor
+
+
+
+
+ qt5-wayland
+
+ mesa
+ glib2
+ libX11
+ libgcc
+ freetype
+ qt5-base
+ fontconfig
+ libXrender
+ libxkbcommon
+ libXcomposite
+ wayland-client
+ wayland-cursor
+ wayland-server
+ qt5-declarative
+
+
+ /usr/lib
+ /usr/lib/qt5
+ /usr/share/licenses
+ /usr/lib/qt5/bin
+ /usr/bin
+
+
+
+
+ qt5-wayland-devel
+
+ qt5-wayland
+ qt5-base-devel
+
+
+ /usr/lib/pkgconfig
+ /usr/include
+
+
+
+
+
+
+ 2016-06-29
+ 5.6.0
+ Version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+ 2015-06-03
+ 5.4.2
+ Version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+ 2015-05-09
+ 5.4.1
+ First release
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+
diff --git a/desktop/toolkit/qt5/qt5-wayland/translations.xml b/desktop/toolkit/qt5/qt5-wayland/translations.xml
new file mode 100644
index 0000000000..657aeb9046
--- /dev/null
+++ b/desktop/toolkit/qt5/qt5-wayland/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ qt5-wayland
+ Wayland için API'ler sağlar
+ Wayland için API'ler sağlar
+
+
+
+ qt5-wayland-devel
+ qt5-wayland için geliştirme dosyaları
+
+