{"id":15209660,"url":"https://github.com/friedrith/qt-compile","last_synced_at":"2026-02-07T00:31:59.432Z","repository":{"id":57332294,"uuid":"66460283","full_name":"friedrith/qt-compile","owner":"friedrith","description":"Module to easily compile qt from nodejs","archived":false,"fork":false,"pushed_at":"2016-08-25T09:10:57.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-23T14:58:35.792Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/friedrith.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":"2016-08-24T11:59:46.000Z","updated_at":"2016-08-25T07:21:55.000Z","dependencies_parsed_at":"2022-09-15T12:31:25.346Z","dependency_job_id":null,"html_url":"https://github.com/friedrith/qt-compile","commit_stats":null,"previous_names":["thibaultfriedrich/qt-compile"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/friedrith/qt-compile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friedrith%2Fqt-compile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friedrith%2Fqt-compile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friedrith%2Fqt-compile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friedrith%2Fqt-compile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/friedrith","download_url":"https://codeload.github.com/friedrith/qt-compile/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friedrith%2Fqt-compile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29181834,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T23:15:33.022Z","status":"ssl_error","status_checked_at":"2026-02-06T23:15:09.128Z","response_time":59,"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":[],"created_at":"2024-09-28T07:42:35.348Z","updated_at":"2026-02-07T00:31:59.413Z","avatar_url":"https://github.com/friedrith.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# qt-compile\nModule to easily compile qt from nodejs.\n\nFor now, it manages :\n\n* qt with MSVC 2010 on windows\n\n\n## Install\n\n```javascript\nnpm install qt-compile\n```\n\n## Getting started\n\nSetup the environment variables for MSVC 2010\n\n* QMAKE_PATH\n* JOM_PATH\n* VCVARSALL_PATH\n\n```javascript\n\nvar qtCompile = require('qt-compile');\n\n\nqtCompile({\n    clean: true, // default true\n    debug: false, // default false\n    qmakeArgs: '...', // default ''\n    verbose: false, // default false\n    src: \u003cpath file .pro\u003e,\n    dest: \u003cpath of the exec, // default '.'\n}, function (err) {\n\n});\n\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriedrith%2Fqt-compile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffriedrith%2Fqt-compile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriedrith%2Fqt-compile/lists"}