Re: [Interest] Qt 5.11.1 inside of a Docker container

2018-08-23 Thread Michael Jackson
Just to follow up a bit on this. After taking the advice to use the Qt5 versions from beineri I ran into the next problem with Docker and Qt5. Qt5.10 and forward apparently use "statx()" within the moc and uic programs which isn't allow by Docker versions before 18.04. My Docker version is 18.06

Re: [Interest] Qt 5.11.1 inside of a Docker container

2018-08-21 Thread Richard Weickelt
> I recently had success installing Qt 5.9.2 in a Windows docker > container using this link as a starting point: > https://stackoverflow.com/a/34032216/991000 You can also see this approach in action here: http://code.qt.io/cgit/qbs/qbs.git/tree/docker/stretch/Dockerfile But pulling packages fro

Re: [Interest] Qt 5.11.1 inside of a Docker container

2018-08-21 Thread Thiago Macieira
On Tuesday, 21 August 2018 07:39:19 PDT Michael Jackson wrote: > I’m a bit new to Docker but this will end up being a Qt question. I have > been trying to figure out how to install Qt 5.11.1 into a Docker container > based on Ubuntu 18.04. The first obvious way was to download the Qt > installer an

Re: [Interest] Qt 5.11.1 inside of a Docker container

2018-08-21 Thread Michael Jackson
I actually use the --script in one of our "Superbuild" projects that is driven by CMake. The important bit is that when those scripts are run (macOS, Linux and Windows) there is *always* a GUI environment running. In a Docker container there is no GUI environment to run so the --script will not

Re: [Interest] Qt 5.11.1 inside of a Docker container

2018-08-21 Thread Carel Combrink
Hi, I recently had success installing Qt 5.9.2 in a Windows docker container using this link as a starting point: https://stackoverflow.com/a/34032216/991000 I am on my way home at the moment, but if you do not get right I can try to assist some more tomorrow. Regards, Carel On Tue, Aug 21, 2018

[Interest] Qt 5.11.1 inside of a Docker container

2018-08-21 Thread Michael Jackson
I’m a bit new to Docker but this will end up being a Qt question. I have been trying to figure out how to install Qt 5.11.1 into a Docker container based on Ubuntu 18.04. The first obvious way was to download the Qt installer and try running that until one realizes that the installer requires a