2022-03-12 14:34:19 -05:00
2021-01-31 22:58:49 -05:00
2021-01-31 22:58:49 -05:00
2021-11-20 22:25:45 -05:00
2021-11-21 14:20:50 -05:00
2022-03-12 13:07:09 -05:00
2020-06-06 16:50:44 -04:00
2020-06-06 16:50:44 -04:00
2022-03-12 13:07:09 -05:00
2022-03-12 13:07:09 -05:00
2020-06-06 16:50:44 -04:00
2020-06-06 16:50:44 -04:00
2020-06-06 16:50:44 -04:00
2020-06-06 16:50:44 -04:00
2020-05-26 23:40:13 -04:00
2022-03-12 14:34:19 -05:00
2020-06-21 13:23:05 -04:00
2022-03-12 13:52:33 -05:00

Qt docker development environment

C++ Qt compile environment for Docker (Dynamically Linked, Statically Linked, and Cross-compiled to Windows)

  • Linux Dynamically Linked
docker build --force-rm -f Dockerfile -t fffaraz/qt:latest .
docker run --rm -it -v $(pwd):/app fffaraz/qt:latest /bin/bash
  • Linux Statically Linked
docker build --force-rm -f Dockerfile.static -t fffaraz/qt:static .
docker run --rm -it -v $(pwd):/app fffaraz/qt:static
  • Windows 64bit Cross-compiled Statically Linked
docker build --force-rm -f Dockerfile.win64s -t fffaraz/qt:win64s .
docker run --rm -it -v $(pwd):/app fffaraz/qt:win64s
cd /app
qmake
make -j $(nproc)
Description
C++ Qt compile environment for Docker (Dynamically Linked, Statically Linked, and Cross-compiled to Windows)
Readme MIT 182 KiB
Release Latest
2026-02-21 14:59:39 +01:00
Languages
Dockerfile 81.3%
Shell 11.6%
C 7.1%