[Interest] Qt installer from console

2018-09-15 Thread Roman Wüger
Hi, I have Ubuntu server 18.04 Installed and wanted to install Qt with the online installer. Is this somehow possible. I thought it was possible in the past if I remember correctly. Thanks in advance Regards Roman___ Interest mailing list Interest@qt-

Re: [Interest] Qt installer from console

2018-09-15 Thread Ola Røer Thorsen
Last time I tried the command line options to avoid using the installer gui did not do anything. Then spent some time trying to script the installer for console-only-use, but it's not well documented and hard to get right. Expect to get into situations during upgrades where your script will get stu

Re: [Interest] Qt installer from console

2018-09-15 Thread Roman Wüger
Thanks for the hint, I will try your suggestion. Regards Roman > Am 15.09.2018 um 18:44 schrieb Ola Røer Thorsen : > > Last time I tried the command line options to avoid using the installer gui > did not do anything. Then spent some time trying to script the installer for > console-only-use,

Re: [Interest] Qt installer from console

2018-09-15 Thread Artem Sidyakin
Is also should be possible via scripting ability of the IFW: http://doc.qt.io/qtinstallerframework/noninteractive.html Here’s a hopefully still working example: https://stackoverflow.com/a/34032216/1688203 --- Artem Sidyakin > On 15 Sep 2018, at 22:37, Roman Wüger wrote: > > Thanks for the hi

Re: [Interest] Qt installer from console

2018-09-16 Thread Ben Lau
Hi Roman, You may try my extract-qt-installer script at https://github.com/benlau/qtci Usage: #Fetch all avaialble packages extract-qt-installer --list-packages online_installer.run #Installation QT_CI_PACKAGES="qt.qt5.5110.gcc_64,qt.qt5.5110.android_armv7" extract-qt-installer online_installe