{"id":19651114,"url":"https://github.com/mnutt/libqxt","last_synced_at":"2025-04-28T16:31:16.327Z","repository":{"id":1276136,"uuid":"1215438","full_name":"mnutt/libqxt","owner":"mnutt","description":"mirror of libqxt on bitbucket","archived":false,"fork":false,"pushed_at":"2011-03-07T21:43:09.000Z","size":15472,"stargazers_count":45,"open_issues_count":1,"forks_count":32,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-05T09:41:58.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://bitbucket.com/libqxt/libqxt","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/mnutt.png","metadata":{"files":{"readme":"README","changelog":"CHANGES","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":"2011-01-03T01:59:15.000Z","updated_at":"2024-11-16T10:42:17.000Z","dependencies_parsed_at":"2022-07-21T00:53:29.551Z","dependency_job_id":null,"html_url":"https://github.com/mnutt/libqxt","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnutt%2Flibqxt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnutt%2Flibqxt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnutt%2Flibqxt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnutt%2Flibqxt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mnutt","download_url":"https://codeload.github.com/mnutt/libqxt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251345881,"owners_count":21574801,"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-11T15:05:21.115Z","updated_at":"2025-04-28T16:31:11.319Z","avatar_url":"https://github.com/mnutt.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"1) configure\n\n\tmake sure qmake is in your PATH and run ./configure  or configure.bat on windows.\n\n    \tsee configure --help for more information\n\n    \t(for msvc you could try  ./configure.bat -msvc and open \n    \t\tthe solution file in msvc, we recomend compiling on\n    \t\tcommandline though)\n\n2) build\n\t\n\ttype make or nmake when using msvc\n\tthen don't forget to make install \n\tNote: This will also install qxt.prf to your qtdir/mkspecs/features directory.\n\n\n\n3) use\n\n\tAdd the following lines to your qmake project file:\n\tCONFIG  += qxt\n\tQXT     += core gui\n\n\tThe QXT variable should contain the modules you want. (In this example core and gui are used.)\n\tNote: Some modules depend on other modules. The required modules are added automatically.\n\n\tif you have an existing msvc project and can't swtich to qmake you can use zbenjamins solution:\n\t\n\t     Howto use libqxt in a existing Visual Studio Project:\n\t      1.  create and install libqxt. (See install instructions)\n\t      2.  add {libqxtinstalldir}\\include\\qxt\\QxtCore to your include path\n\t      3.  add {libqxtinstalldir}\\lib to your library search path\n\t      4.  to add a specific libqxt module (f.e QxtSql) you have to:\n\t           - add {libqxtinstalldir}\\include\\qxt\\QxtSql to your include path\n\t           - add the library QxtSql.lib to your project\n\t          Most of the times you have also to include the QxtCore and QxtKit modules.\n\t          It's done the same way like the example above.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnutt%2Flibqxt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmnutt%2Flibqxt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnutt%2Flibqxt/lists"}