diff --git a/desktop/toolkit/qt5/qt5-quickcontrols2/actions.py b/desktop/toolkit/qt5/qt5-quickcontrols2/actions.py index 22123bd69c..7bf9359a27 100644 --- a/desktop/toolkit/qt5/qt5-quickcontrols2/actions.py +++ b/desktop/toolkit/qt5/qt5-quickcontrols2/actions.py @@ -17,7 +17,7 @@ def build(): qt5.make("docs") def install(): - qt5.install("INSTALL_ROOT=%s install_doc" % 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()):