{"id":16765064,"url":"https://github.com/w0rp/dqt","last_synced_at":"2026-01-02T23:09:32.669Z","repository":{"id":10631188,"uuid":"12855067","full_name":"w0rp/dqt","owner":"w0rp","description":"Qt bindings for D","archived":false,"fork":false,"pushed_at":"2017-01-02T18:42:38.000Z","size":185,"stargazers_count":39,"open_issues_count":2,"forks_count":5,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-01-22T23:26:30.842Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"D","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/w0rp.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}},"created_at":"2013-09-16T00:29:20.000Z","updated_at":"2024-11-11T00:57:50.000Z","dependencies_parsed_at":"2022-09-24T06:20:19.163Z","dependency_job_id":null,"html_url":"https://github.com/w0rp/dqt","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/w0rp%2Fdqt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w0rp%2Fdqt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w0rp%2Fdqt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w0rp%2Fdqt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/w0rp","download_url":"https://codeload.github.com/w0rp/dqt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243859885,"owners_count":20359603,"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-13T05:28:11.890Z","updated_at":"2026-01-02T23:09:32.663Z","avatar_url":"https://github.com/w0rp.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"DQt\n===\n\nThis package offers Qt bindings for D, and depends heavily on DSMOKE.\n\n## Updates\n\nCheck out [the wiki](https://github.com/w0rp/dqt/wiki) for a summary of project status, what I'm working on, etc.\n\n## Dependencies\n\nIn order to build this project, you will need the following.\n\n1. DMD and a recent version of GCC or similar.\n2. A recent Qt 4 version, like Qt 4.8\n2. A smokeqt version matching the Qt version will need to be installed.\n3. *dub* will be needed for building parts of the library.\n3. [dstruct](https://github.com/w0rp/dstruct)\n4. [dsmoke](https://github.com/w0rp/dsmoke)\n\n## Getting smokeqt\n\nSupposing you don't have Qt and smokeqt installed, here is what you can do.\n\n### Debian / Ubuntu / Linux Mint\n\nYou should be able to get smokeqt from apt on Debian based distros.\n\n```bash\napt-get install libsmokeqtgui4-3 libsmokeqt4-dev libsmokeqt4-dbg libsmokeqtcore4-3\n```\n\n### Arch Linux\n\nsmokeqt is available in the Arch Linux package manager.\n\n```bash\npacman -S kdebindings-smokeqt\n```\n\n### Build from source on Linux\n\nA guide for building smokeqt on Linux is available [here](https://github.com/w0rp/dsmoke/blob/master/doc/smoke_linux_build_guide.md).\n\n### Build from source on Windows\n\nA guide for building smokeqt on Windows is available [here](https://github.com/w0rp/dsmoke/blob/master/doc/smoke_win32_build_guide.md).\n\n## Quick Start\n\nIf you want to get up and running with the latest code, do this.\n\n```sh\n# Assume Qt4, smokeqt, dub, and other build tools are installed.\n\ncd some_directory_you_want\n\ngit clone git@github.com:w0rp/dsmoke.git\ngit clone git@github.com:w0rp/dstruct.git\ngit clone git@github.com:w0rp/dqt.git\n\ncd dqt\n```\n\nNow you should hopefully have everything you need to build the library.\n\n```sh\nrdmd build.d\n```\n\nAfter that, you can run a Hello World example with a provided Bash script,\nwhich as of the time of this writing (2014-05-09) currently subverts\nthe build process somewhat.\n\n```\n# You will need Qt4 headers and such for this.\n# It's probably best to just open this script up and tweak it to\n# get it running for now.\nexamples/run_hello_world\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw0rp%2Fdqt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fw0rp%2Fdqt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw0rp%2Fdqt/lists"}