Re: [Interest] Headless Install of Qt using a JavaScript File

2017-07-06 Thread Yuvraaj Kelkar
Thanks Ben!
This is exactly what I was looking for as well: Automated install for
Qt/android/linux.
I used the path:
https://download.qt.io/online/qtsdkrepository/linux_x64/android/qt5_58/

On Thu, Jul 6, 2017 at 7:58 AM, Ben Lau  wrote:

>
> 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 
> 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.jack...@bluequartz.net
>> ___
>> Interest mailing list
>> Interest@qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/interest
>>
>
>
> ___
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
>
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Headless Install of Qt using a JavaScript File

2017-07-06 Thread Ben Lau
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 
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.jack...@bluequartz.net
> ___
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


[Interest] Headless Install of Qt using a JavaScript File

2017-07-06 Thread Michael Jackson
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.jack...@bluequartz.net
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest