diff --git a/desktop/lxqt/obconf-qt/actions.py b/desktop/lxqt/obconf-qt/actions.py
new file mode 100644
index 0000000000..2bd979edb0
--- /dev/null
+++ b/desktop/lxqt/obconf-qt/actions.py
@@ -0,0 +1,23 @@
+#!/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 shelltools
+
+def setup():
+ shelltools.makedirs("build")
+ shelltools.cd("build")
+ cmaketools.configure("-DCMAKE_BUILD_TYPE=release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DPULL_TRANSLATIONS=no", sourceDir="..")
+
+def build():
+ shelltools.cd("build")
+ cmaketools.make()
+
+def install():
+ shelltools.cd("build")
+ cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
diff --git a/desktop/lxqt/obconf-qt/files/obconf-qt.desktop b/desktop/lxqt/obconf-qt/files/obconf-qt.desktop
new file mode 100755
index 0000000000..3c571378e0
--- /dev/null
+++ b/desktop/lxqt/obconf-qt/files/obconf-qt.desktop
@@ -0,0 +1,28 @@
+[Desktop Entry]
+Type=Application
+Name=Openbox Settings
+GenericName=Window Manager Settings
+Comment=Configure the Openbox window manager
+Exec=obconf-qt
+Categories=Qt;Settings;DesktopSettings;
+Icon=obconf-qt
+StartupNotify=true
+
+Name[de]=Fenstermanager Openbox
+GenericName[de]=Openbox Einstellungen
+Comment[de]=Konfiguration des Fenstermanagers Openbox (Qt-Version)
+Name[hu]=Openbox beállítása
+GenericName[hu]=Openbox beállítások
+Comment[hu]=Az Openbox ablakkezelő beállítása (Qt-Verzió)
+Name[ja]=Openbox設定マネージャー (Qtバージョン)
+GenericName[ja]=Obconf-qt
+Comment[ja]=Openboxを設定します。
+Name[pt]=Definições do Openbox
+GenericName[pt]=Definições do gestor de janelas
+Comment[pt]=Configurar o gestor de janelas Openbox
+Name[ru]=Настройки Openbox
+GenericName[ru]=Настройки менеджера окон
+Comment[ru]=Настроить оконный менеджер Openbox
+Name[tr]=Pencere Yöneticisi Ayarları
+GenericName[tr]=Pencere Yöneticisi Ayarları
+Comment[tr]=Openbox Pencere Yöneticinizi Ayarlayın
diff --git a/desktop/lxqt/obconf-qt/pspec.xml b/desktop/lxqt/obconf-qt/pspec.xml
new file mode 100644
index 0000000000..3f81f1d228
--- /dev/null
+++ b/desktop/lxqt/obconf-qt/pspec.xml
@@ -0,0 +1,57 @@
+
+
+
+ obconf-qt
+ http://www.lxde.org
+
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+ GPL2
+ app
+ lxqt
+ This is a Qt port of ObConf, configurator of OpenBox window manager.
+ This is a Qt port of ObConf, configurator of OpenBox window manager.
+ https://github.com/lxde/obconf-qt/releases/download/0.12.0/obconf-qt-0.12.0.tar.xz
+
+ cmake
+ icon-theme-hicolor
+ liblxqt-devel
+ openbox-devel
+ lxqt-l10n
+ qt5-linguist
+ kwindowsystem-devel
+ lxqt-build-tools
+
+
+
+
+ obconf-qt
+
+ glib2
+ libX11
+ libgcc
+ libxml2
+ qt5-base
+ qt5-x11extras
+ openbox
+
+
+ /usr/bin
+ /usr/share
+
+
+ obconf-qt.desktop
+
+
+
+
+
+ 2018-04-23
+ 0.12.0
+ First release
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+
diff --git a/desktop/lxqt/obconf-qt/translations.xml b/desktop/lxqt/obconf-qt/translations.xml
new file mode 100644
index 0000000000..6f717c53f7
--- /dev/null
+++ b/desktop/lxqt/obconf-qt/translations.xml
@@ -0,0 +1,7 @@
+
+
+ obconf-qt
+ Pencere yöneticisi yapılandırma (Openbox için).
+ Bu bir obconf Qt portudur, OpenBox pencere yöneticisi yapılandırıcı.
+
+
\ No newline at end of file