{"id":19204502,"url":"https://github.com/attwoodn/qt-cpp-test-app","last_synced_at":"2026-05-14T22:04:51.699Z","repository":{"id":191752294,"uuid":"685294589","full_name":"attwoodn/qt-cpp-test-app","owner":"attwoodn","description":"A simple desktop application made using C++, CMake, Qt5, and vcpkg","archived":false,"fork":false,"pushed_at":"2023-12-16T01:18:21.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-23T06:21:31.770Z","etag":null,"topics":["cmake","cpp","qt","qt5","simple","vcpkg"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/attwoodn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-08-30T23:24:40.000Z","updated_at":"2023-12-16T01:19:11.000Z","dependencies_parsed_at":"2023-12-16T02:30:13.868Z","dependency_job_id":"b2ffec6c-a853-4725-82cc-611702b7b91d","html_url":"https://github.com/attwoodn/qt-cpp-test-app","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"7ad36dfa689e0268794a52c6a8d16edb8b33c77b"},"previous_names":["attwoodn/qt-cpp-test-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/attwoodn/qt-cpp-test-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attwoodn%2Fqt-cpp-test-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attwoodn%2Fqt-cpp-test-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attwoodn%2Fqt-cpp-test-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attwoodn%2Fqt-cpp-test-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/attwoodn","download_url":"https://codeload.github.com/attwoodn/qt-cpp-test-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attwoodn%2Fqt-cpp-test-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33045149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","qt","qt5","simple","vcpkg"],"created_at":"2024-11-09T13:08:26.851Z","updated_at":"2026-05-14T22:04:51.661Z","avatar_url":"https://github.com/attwoodn.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Qt C++ Test App\n\nA simple desktop application made using C++ and Qt5. \n\nFor this project, my goal was to learn: \n * using vcpkg for installing C++ library dependencies;\n * creating UI elements in QtCreator and using them in C++ code; and\n * integrating Qt project files into CMake builds.\n\n## Installing Dependencies\n\nTo install the project dependencies, please run the following commands in the project root directory:\n\n```\n# initialize the vcpkg submodule\ngit submodule update --init\n\n# install vcpkg dependencies\nsudo apt install -y curl pkg-config python3-distutils\n\n# install qt5 dependencies\nsudo apt install -y '^libxcb.*-dev' libx11-xcb-dev libgl1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev\n\n# build vcpkg without information collection\n./vcpkg/bootstrap-vcpkg.sh -disableMetrics\n\n# install qt5\n./vcpkg/vcpkg install qt5-base\n```\n\n## Building and Running the App\n\nOnce the project dependencies have been installed, the app can be built and run by executing the following commands from the project root directory:\n\n```\n# build the Qt Test App\nmkdir build \u0026\u0026 cd build\ncmake ..\nmake\n\n# run the Qt Test App\n./bin/main\n```\n\n## Using the App\n\nFill in your first and last name, and select your favorite fruit from the drop-down menu (apples, bananas, oranges). When the given user input is determined to be valid, the `Say Hello` button becomes enabled. Pressing the `Say Hello` button outputs a message to the text box below.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"docs/before.png\"/\u003e\n    \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n    \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n    \u003cimg src=\"docs/after.png\"/\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fattwoodn%2Fqt-cpp-test-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fattwoodn%2Fqt-cpp-test-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fattwoodn%2Fqt-cpp-test-app/lists"}