diff --git a/desktop/toolkit/qt5/qt5-quick1/actions.py b/desktop/toolkit/qt5/qt5-quick1/actions.py index c0d7b99570..fc6fe6512c 100644 --- a/desktop/toolkit/qt5/qt5-quick1/actions.py +++ b/desktop/toolkit/qt5/qt5-quick1/actions.py @@ -14,10 +14,10 @@ def setup(): qt5.configure() def build(): - qt5.make() + qt5.make("docs") def install(): - qt5.install("INSTALL_ROOT=%s" % get.installDIR()) + qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR()) #I hope qtchooser will manage this issue for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): diff --git a/desktop/toolkit/qt5/qt5-quick1/pspec.xml b/desktop/toolkit/qt5/qt5-quick1/pspec.xml index 9163cea72d..66f8b79b31 100644 --- a/desktop/toolkit/qt5/qt5-quick1/pspec.xml +++ b/desktop/toolkit/qt5/qt5-quick1/pspec.xml @@ -15,8 +15,10 @@ http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtquick1-opensource-src-5.5.1.tar.xz mesa-devel - qt5-base-devel + qt5-base-devel qt5-script-devel + qt5-assistant-devel + qt5-sql-sqlite @@ -24,7 +26,7 @@ qt5-quick1 mesa - qt5-base + qt5-base qt5-xmlpatterns qt5-script @@ -43,7 +45,7 @@ Development file for qt5-quick1 Development file for qt5-quick1 - qt5-base-devel + qt5-base-devel qt5-script-devel qt5-quick1 @@ -52,6 +54,16 @@ /usr/include/qt5 + + + qt5-quick1-docs + + qt5-base + + + /usr/share/doc/qt5 + +