{"id":18663392,"url":"https://github.com/juliagraphics/jlqml","last_synced_at":"2026-02-03T11:11:24.229Z","repository":{"id":42009338,"uuid":"157121813","full_name":"JuliaGraphics/jlqml","owner":"JuliaGraphics","description":"C++ component of the QML.jl package","archived":false,"fork":false,"pushed_at":"2024-09-08T18:45:25.000Z","size":153,"stargazers_count":10,"open_issues_count":3,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-25T19:11:14.561Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/JuliaGraphics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-11-11T21:14:20.000Z","updated_at":"2025-03-02T02:25:35.000Z","dependencies_parsed_at":"2024-04-30T22:46:55.877Z","dependency_job_id":null,"html_url":"https://github.com/JuliaGraphics/jlqml","commit_stats":null,"previous_names":["juliagraphics/jlqml"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaGraphics%2Fjlqml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaGraphics%2Fjlqml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaGraphics%2Fjlqml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaGraphics%2Fjlqml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaGraphics","download_url":"https://codeload.github.com/JuliaGraphics/jlqml/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248483092,"owners_count":21111422,"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-11-07T08:16:44.824Z","updated_at":"2026-02-03T11:11:24.190Z","avatar_url":"https://github.com/JuliaGraphics.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JlQML\n\nThis is the C++ library component of the [QML.jl](https://github.com/barche/QML.jl) package.\n\nTo compile this, make sure that Qt, libcxxwrap-julia and Julia can be found by\nadding the relevant paths to `CMAKE_PREFIX_PATH`.\n\nExample sequence of commands to download the code and build it:\n\n```julia\nusing CxxWrap\nCxxWrap.CxxWrapCore.prefix_path()\n```\n\nNow we have a path for `CxxWrap`, we can pass it to cmake when building this library:\n\n```bash\ngit clone https://github.com/barche/jlqml.git\nmkdir jlqml-build\ncd jlqml-build\ncmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH='/path/to/cxxwrap;/path/to/qt' ../jlqml\nmake\n```\n\nAfter building jlqml, you also need to set up the\n`~/.julia/artifacts/Overrides.toml`, to prefer your locally built binaries over\nthe standard binaries, for example:\n\n```toml\n[3eaa8342-bff7-56a5-9981-c04077f7cee7]\nlibcxxwrap_julia = \"/home/user/src/build/libcxxwrap-julia\"\n\n[6b5019fb-a83d-5b4e-a9f7-678a36c28df7]\njlqml = \"/home/user/src/build/jlqml\"\n\n[ea2cea3b-5b76-57ae-a6ef-0a8af62496e1]\nQt5Base = \"/usr\"\n\n[c6373c32-5b88-5913-90f5-31d7686b42da]\nQt5Declarative = \"/usr\"\n\n[3af4ccab-a251-578e-a514-ea85a0ba79ee]\nQt5Svg = \"/usr\"\n\n[e4aecf45-a397-53cc-864f-87db395e0248]\nQt5QuickControls = \"/usr\"\n\n[bf3ac11c-603e-589e-b4b7-e696ac65aa4a]\nQt5QuickControls2 = \"/usr\"\n```\n\nThen, in pkg mode (hit `]`):\n\n```\nadd jlqml_jll\n```\n\nSee the [QML.jl](https://github.com/barche/QML.jl) documentation for more info on using the QML.jl package.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliagraphics%2Fjlqml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliagraphics%2Fjlqml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliagraphics%2Fjlqml/lists"}