Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
1.2
Description
QTIFW-166 added the install-qt.sh file for headless installation of Qt.
This script fails to install the qtquickcontrols component, instead it installs qtquickcontrols2.
This is due to the `tail` command on line 290, selecting qtquickcontrols2 instead of qtquickcontrols. A quick fix could be to change this from `tail` to `head`