diff --git a/desktop/toolkit/qt5/qt5-quick1/actions.py b/desktop/toolkit/qt5/qt5-quick1/actions.py index fc6fe6512c..798c860d08 100644 --- a/desktop/toolkit/qt5/qt5-quick1/actions.py +++ b/desktop/toolkit/qt5/qt5-quick1/actions.py @@ -14,7 +14,8 @@ def setup(): qt5.configure() def build(): - qt5.make("docs") + qt5.make() + qt5.make("docs") def install(): qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR())