{"id":15209636,"url":"https://github.com/zeindevs/cmake-qt6-template","last_synced_at":"2026-03-10T10:31:51.703Z","repository":{"id":241625721,"uuid":"806432436","full_name":"zeindevs/cmake-qt6-template","owner":"zeindevs","description":"Qt6 CMake Template","archived":false,"fork":false,"pushed_at":"2024-06-01T11:06:03.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T01:50:26.668Z","etag":null,"topics":["cmake","cpp","qt6"],"latest_commit_sha":null,"homepage":"","language":"C++","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/zeindevs.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":"2024-05-27T07:32:09.000Z","updated_at":"2024-06-01T11:06:06.000Z","dependencies_parsed_at":"2024-05-29T10:46:14.399Z","dependency_job_id":"9fd3eda8-c5d7-4b7e-8e51-c7a97f4c6d7d","html_url":"https://github.com/zeindevs/cmake-qt6-template","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"c2685fc2318ff2c27246c7c311e8d160768cf779"},"previous_names":["zeindevs/cmake-qt6-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/zeindevs/cmake-qt6-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeindevs%2Fcmake-qt6-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeindevs%2Fcmake-qt6-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeindevs%2Fcmake-qt6-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeindevs%2Fcmake-qt6-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeindevs","download_url":"https://codeload.github.com/zeindevs/cmake-qt6-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeindevs%2Fcmake-qt6-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30330558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cmake","cpp","qt6"],"created_at":"2024-09-28T07:41:51.508Z","updated_at":"2026-03-10T10:31:51.659Z","avatar_url":"https://github.com/zeindevs.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cmake-qt6-template\n\n## Setup\n\n### Shared (MSYS2)\n\n```sh\n# Install Qt6 Lib\npacman -S mingw-w64-ucrt-x86_64-qt6-base\n\ncd build\nmkdir msys \u0026\u0026 cd msys\ncmake -G \"Ninja\" ..\\.. -DCMAKE_BUILD_TYPE=\"Debug\" # for Debug\ncmake -G \"Ninja\" ..\\.. -DCMAKE_BUILD_TYPE=\"Release\" # for Release\n```\n\n### Static (MSVC)\n\n```sh\n# Download Qt6 Static from https://github.com/gmh5225/static-build-qt6/releases/tag/qt6_660_static\n\ncd build\nmkdir msvc \u0026\u0026 cd msvc\ncmake -G \"Visual Studio 17 2022\" ..\\.. -DCMAKE_CONFIGURATION_TYPES=\"Release\"\ncmake --build . --config Release\ncmake --install .\n```\n\n## Run\n\n```sh\n# msys\nmake run-debug\nmake run-release\n\n# msvc\nmake run-static-release\n```\n\n## License\n\nCopyright (c) 2024 zeindevs. Licensed under The MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeindevs%2Fcmake-qt6-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeindevs%2Fcmake-qt6-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeindevs%2Fcmake-qt6-template/lists"}