{"id":15651327,"url":"https://github.com/hadim/docker-qt","last_synced_at":"2025-11-07T00:03:19.804Z","repository":{"id":140826786,"uuid":"86098407","full_name":"hadim/docker-qt","owner":"hadim","description":"Compile a C++/Qt project within Docker.","archived":false,"fork":false,"pushed_at":"2020-03-13T17:42:00.000Z","size":13,"stargazers_count":33,"open_issues_count":3,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-06T16:49:15.621Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hadim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-24T18:21:03.000Z","updated_at":"2024-06-02T01:12:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"186fdff4-b296-4d11-b00b-ffaed74f2948","html_url":"https://github.com/hadim/docker-qt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadim%2Fdocker-qt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadim%2Fdocker-qt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadim%2Fdocker-qt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadim%2Fdocker-qt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hadim","download_url":"https://codeload.github.com/hadim/docker-qt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242685799,"owners_count":20169240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T12:37:58.167Z","updated_at":"2025-11-07T00:03:19.685Z","avatar_url":"https://github.com/hadim.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-qt\n\nCompile a C++/Qt project within Docker.\n\nQt version used is `5.9.4`.\n\n## Usage\n\nCreate a `build.sh` file :\n\n```bash\ncd /src\nqmake -r\nmake\nmake install \n```\n\nThen a `docker-compose.yml` file : \n\n```yml\nversion: '2.1'\nservices:\n\n  builder:\n    image: hadim/docker-qt\n    volumes:\n      - ./src:/src\n      - ./local/:/local\n      - ./build.sh:/build.sh\n```\n\nLaunch the automatic build script `/build.sh` with `docker-compose up` or launch a bash session with `docker-compose run builder bash`.\n\n## Author\n\n- Hadrien Mary\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadim%2Fdocker-qt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhadim%2Fdocker-qt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadim%2Fdocker-qt/lists"}