[Interest] Headless Install of Qt using a JavaScript File

Ben Lau xbenlau at gmail.com
Thu Jul 6 16:58:16 CEST 2017


I check the package list from the directory of download.qt.io

Example:
https://download.qt.io/online/qtsdkrepository/mac_x64/desktop/qt5_55/




On 6 July 2017 at 22:32, Michael Jackson <mike.jackson at bluequartz.net>
wrote:

> I am updating our script file for installing Qt 5.9.1 in an automated
> fashion. We do this by calling the installer with the --script argument.
> Generally works great for the default install. I would like to customize
> the install to remove some of the components. At one point I had code like
> this in my .js file:
>
> widget.deselectComponent("qt.55.qtquick1");
> widget.deselectComponent("qt.55.qtscript");
> widget.selectComponent("qt.56.qtwebengine");
>
> What values do I use for Qt 5.9.x?
>
> Is there a way to find out what the possible values are? I tried guessing
> at them but what I think are obvious ideas did not work. I want to only
> install qtwebengine and the macOS component. I don't need the iOS or
> Android or any of the "TP" components.
>
> I tried looking through the download.qt.io website by hand looking for a
> meta.xml file or something like that.
>
> Any help is much appreciated.
>
>
> --
> Michael A. Jackson
> BlueQuartz Software, LLC
> [e]: mike.jackson at bluequartz.net
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20170706/aa9d06de/attachment.html>


More information about the Interest mailing list