{"id":18871963,"url":"https://github.com/appimagecrafters/qtwidgetsapplication-example","last_synced_at":"2026-01-28T01:32:21.631Z","repository":{"id":70877534,"uuid":"187072660","full_name":"AppImageCrafters/QtWidgetsApplication-example","owner":"AppImageCrafters","description":"Minimal example of how to build/pack a simple Qt Widgets Application using conan.io","archived":false,"fork":false,"pushed_at":"2019-05-16T17:36:59.000Z","size":23,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-01T03:06:39.033Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"QMake","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/AppImageCrafters.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-16T17:28:05.000Z","updated_at":"2021-01-26T01:14:32.000Z","dependencies_parsed_at":"2023-02-23T15:15:55.188Z","dependency_job_id":null,"html_url":"https://github.com/AppImageCrafters/QtWidgetsApplication-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AppImageCrafters/QtWidgetsApplication-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppImageCrafters%2FQtWidgetsApplication-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppImageCrafters%2FQtWidgetsApplication-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppImageCrafters%2FQtWidgetsApplication-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppImageCrafters%2FQtWidgetsApplication-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AppImageCrafters","download_url":"https://codeload.github.com/AppImageCrafters/QtWidgetsApplication-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppImageCrafters%2FQtWidgetsApplication-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28831578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"ssl_error","status_checked_at":"2026-01-27T23:25:58.379Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-11-08T05:28:06.257Z","updated_at":"2026-01-28T01:32:21.616Z","avatar_url":"https://github.com/AppImageCrafters.png","language":"QMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QtWidgetsApplication Example\n\nMinimal example of how to create an AppImage from a Qt Widgets Application using conan.io as package manager.\n\n## Requirements\nProject requirements will be handled using conan.io therefore the dependencies will be listed on a `conanfile.txt` see https://docs.conan.io/en/latest/reference/conanfile_txt.html?highlight=conanfile\n\n```\n[requires]\nlibpng/1.6.36@bincrafters/stable\nqt/5.12.3@appimage-conan-community/stable\n\n[build_requires]\n# linuxdeploy is required to build the AppImage therefore is listed only as build require\nlinuxdeploy-plugin-appimage/continuous@appimage-conan-community/stable\nlinuxdeploy-plugin-qt/continuous@appimage-conan-community/stable\nappimagetool_installer/11@appimage-conan-community/stable\n\n[generators]\n# allow to run qmake from the build dir\nqmake\n# create conan virtual environment (required to run linuxdeploy)\nvirtualrunenv\n\n[options]\n# Require shared libs\nzlib:shared=True\nqt:shared=True\n```\n\n## Build \n```\nmkdir build \u0026\u0026 cd build;\n\n# Install conan dependencies requiring them to be built using c++ 11 and linked to libstdc++11  \nconan install .. -s compiler.cppstd=11 -s compiler.libcxx=libstdc++11 --build missing\n\n# Enter conan virtual environment (just like python virtual environments)\n. activate_run.sh\n\n# build your app as your are used to\nqmake CONFIG+=release PREFIX=/usr ../QtWidgetsApplication.pro\n\n# Let's crete the AppImage\n# install you app to an AppDir\nINSTALL_ROOT=$BUILD_DIR/AppDir make install\n\n# call linuxdeploy with the Qt plugin\nlinuxdeploy --appdir AppDir/ --plugin qt --output appimage\n\n# exit conan virtual env\n. deactivate_run.sh\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappimagecrafters%2Fqtwidgetsapplication-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappimagecrafters%2Fqtwidgetsapplication-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappimagecrafters%2Fqtwidgetsapplication-example/lists"}