Set up a shareable dev environment in docker

Lightning talk by Sebastian Weigel (semasquare GmbH)

Abstract

Did you ever work in a software team and struggled with different compiler versions on each pc? Have you ever heard the sentence: “Works on my machine!” and the software crashed on the target device or the CI.

We show you how to set up your Qt Environment in docker to solve all these problems. As a result, all developers and the CI use the same development environment that is always up-to-date.