Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

xakod/qt-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qt-docker

Repository with multiple docker recipes for C++ and mainly Qt projects linked against old standard library.

Main feature of this recipes is modern compilers, build systems and 3rd-party libs.

I looked here https://github.com/dockcross/dockcross but it uses ancient compilers So here you can receive:

  • clang-11 - debian-backports
  • cmake-latest (3.21.0-rc1 - 23.06.2021) - built from sources
  • qt-5.15.2 - build from sources, kde-patches can be easily integrated if it needs
  • other tools are the same as debian:buster repository
  • conan

Debian buster x86_64 with qt5-static Docker Image CI

Debian buster x86_64 with cmake from scratch Docker Image CI

Debian buster x86_64 with cmake from scratch, qt5 from buster upstream Docker Image CI

Debian buster x86_64 cross armv7a(armhf) with qt5-static Docker Image CI

Debian buster armhf with qt5-static Docker Image CI

Debian buster armhf with qt5-static, cmake from scratch Docker Image CI

Debian buster armhf with qt5-static, cmake from scratch, conan Docker Image CI