diff --git a/desktop/toolkit/qtchooser/actions.py b/desktop/toolkit/qtchooser/actions.py
new file mode 100644
index 0000000000..01df7431ec
--- /dev/null
+++ b/desktop/toolkit/qtchooser/actions.py
@@ -0,0 +1,20 @@
+#!/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 pisitools
+from pisi.actionsapi import get
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.install()
+
+ pisitools.dodir("/etc/xdg/qtchooser")
+ pisitools.dosym("qt4.conf", "/etc/xdg/qtchooser/default.conf")
+
+ pisitools.dodoc("LICENSE.LGPL", "LGPL_EXCEPTION.txt")
diff --git a/desktop/toolkit/qtchooser/files/4.conf b/desktop/toolkit/qtchooser/files/4.conf
new file mode 100644
index 0000000000..96e344eba9
--- /dev/null
+++ b/desktop/toolkit/qtchooser/files/4.conf
@@ -0,0 +1,2 @@
+/usr/lib/qt4/bin
+/usr/lib
diff --git a/desktop/toolkit/qtchooser/files/5.conf b/desktop/toolkit/qtchooser/files/5.conf
new file mode 100644
index 0000000000..edaadebd82
--- /dev/null
+++ b/desktop/toolkit/qtchooser/files/5.conf
@@ -0,0 +1,2 @@
+/usr/lib/qt5/bin
+/usr/lib
diff --git a/desktop/toolkit/qtchooser/pspec.xml b/desktop/toolkit/qtchooser/pspec.xml
new file mode 100644
index 0000000000..8210220c15
--- /dev/null
+++ b/desktop/toolkit/qtchooser/pspec.xml
@@ -0,0 +1,53 @@
+
+
+
+
+ qtchooser
+ http://qt.gitorious.org/qt/qtchooser
+
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+ GPLv1
+ library
+ Wrap the other Qt tools by searching for different instances of Qt on the system
+ Wrap the other Qt tools by searching for different instances of Qt on the system
+ http://source.pisilinux.org/1.0/qt-qtchooser-48.tar.gz
+
+
+
+ qtchooser
+
+ /usr/bin
+ /etc
+ /usr/lib
+ /usr/include
+ /usr/share
+ /usr/share/locale
+ /usr/share/man
+ /usr/share/info
+ /usr/share/doc
+
+
+ 4.conf
+ 5.conf
+
+
+
+
+
+ 2015-02-15
+ 48
+ Version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+ 2014-05-26
+ 41
+ First release
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+
diff --git a/desktop/toolkit/qtchooser/translations.xml b/desktop/toolkit/qtchooser/translations.xml
new file mode 100644
index 0000000000..bffe2d9bb9
--- /dev/null
+++ b/desktop/toolkit/qtchooser/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ qtchooser
+ Wrap the other Qt tools by searching for different instances of Qt on the system
+ Wrap the other Qt tools by searching for different instances of Qt on the system
+
+