Re: [Interest] Installing Qt for Android Binaries without GUI

2015-10-02 Thread Andreas Cord-Landwehr
On Tuesday, September 22, 2015 4:12:29 PM CEST Elvis Stansvik wrote: > 2015-09-22 16:08 GMT+02:00 Andreas Cord-Landwehr : > > On Tuesday 22 September 2015 15:58:42 Elvis Stansvik wrote: > >> If I understood him right, he wants to make a Dockerfile that creates > >> a Docker image from scratch (i.e.

Re: [Interest] Installing Qt for Android Binaries without GUI

2015-09-22 Thread Elvis Stansvik
2015-09-22 16:08 GMT+02:00 Andreas Cord-Landwehr : > On Tuesday 22 September 2015 15:58:42 Elvis Stansvik wrote: >> If I understood him right, he wants to make a Dockerfile that creates >> a Docker image from scratch (i.e. something that anyone could use, and >> which could be automated), not just

Re: [Interest] Installing Qt for Android Binaries without GUI

2015-09-22 Thread Andreas Cord-Landwehr
On Tuesday 22 September 2015 15:58:42 Elvis Stansvik wrote: > If I understood him right, he wants to make a Dockerfile that creates > a Docker image from scratch (i.e. something that anyone could use, and > which could be automated), not just create an image (in which case he > could of course do a

Re: [Interest] Installing Qt for Android Binaries without GUI

2015-09-22 Thread Elvis Stansvik
2015-09-22 15:43 GMT+02:00 m...@rpzdesign.com : > If you are using a docker container, why use the installer at all. > > Create a docker image with the binaries already in the search path. > > You can figure out the dependencies and paths using "nm" utility in linux. > > So if you problem is docker

Re: [Interest] Installing Qt for Android Binaries without GUI

2015-09-22 Thread m...@rpzdesign.com
If you are using a docker container, why use the installer at all. Create a docker image with the binaries already in the search path. You can figure out the dependencies and paths using "nm" utility in linux. So if you problem is docker image prep, that should be a no-brainer. But if you want

Re: [Interest] Installing Qt for Android Binaries without GUI

2015-09-22 Thread Samuel Stirtzel
2015-09-22 14:38 GMT+02:00 Andreas Cord-Landwehr : > Hi, I am searching for a way to install the Qt for Android binaries on a Linux > host system without any GUI interaction. (use case: generation of a Docker > image for a crossbuilder environment for Qt applications). > > For now, I looked into th

Re: [Interest] Installing Qt for Android Binaries without GUI

2015-09-22 Thread Elvis Stansvik
2015-09-22 15:32 GMT+02:00 Andreas Cord-Landwehr : > On Tuesday 22 September 2015 07:19:33 m...@rpzdesign.com wrote: >> Yes, write a bash script. > > Sorry, but I do not get your point. > > Actually, I am already writing a bash script but the problem is that I do not > see a way to extract the prec

Re: [Interest] Installing Qt for Android Binaries without GUI

2015-09-22 Thread Andreas Cord-Landwehr
On Tuesday 22 September 2015 07:19:33 m...@rpzdesign.com wrote: > Yes, write a bash script. Sorry, but I do not get your point. Actually, I am already writing a bash script but the problem is that I do not see a way to extract the precompiled binaries from the Qt for Android installer without o

Re: [Interest] Installing Qt for Android Binaries without GUI

2015-09-22 Thread m...@rpzdesign.com
Yes, write a bash script. On 9/22/2015 6:38 AM, Andreas Cord-Landwehr wrote: > Hi, I am searching for a way to install the Qt for Android binaries on a Linux > host system without any GUI interaction. (use case: generation of a Docker > image for a crossbuilder environment for Qt applications). >

[Interest] Installing Qt for Android Binaries without GUI

2015-09-22 Thread Andreas Cord-Landwehr
Hi, I am searching for a way to install the Qt for Android binaries on a Linux host system without any GUI interaction. (use case: generation of a Docker image for a crossbuilder environment for Qt applications). For now, I looked into the Qt Installer (both offline and online installer), but b