{"id":19602626,"url":"https://github.com/wang-bin/libprojwizard4qtcreator","last_synced_at":"2025-07-09T15:38:47.125Z","repository":{"id":141348814,"uuid":"3485593","full_name":"wang-bin/LibProjWizard4QtCreator","owner":"wang-bin","description":"Wizard to create a library project which can be easily used by other projects","archived":false,"fork":false,"pushed_at":"2014-03-07T02:28:16.000Z","size":265,"stargazers_count":5,"open_issues_count":17,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-05T01:51:13.446Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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/wang-bin.png","metadata":{"files":{"readme":"README","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}},"created_at":"2012-02-19T13:52:26.000Z","updated_at":"2019-10-20T19:11:52.000Z","dependencies_parsed_at":"2023-03-12T04:27:01.069Z","dependency_job_id":null,"html_url":"https://github.com/wang-bin/LibProjWizard4QtCreator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wang-bin/LibProjWizard4QtCreator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wang-bin%2FLibProjWizard4QtCreator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wang-bin%2FLibProjWizard4QtCreator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wang-bin%2FLibProjWizard4QtCreator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wang-bin%2FLibProjWizard4QtCreator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wang-bin","download_url":"https://codeload.github.com/wang-bin/LibProjWizard4QtCreator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wang-bin%2FLibProjWizard4QtCreator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259479593,"owners_count":22864362,"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-11T09:25:08.892Z","updated_at":"2025-06-12T14:08:05.361Z","avatar_url":"https://github.com/wang-bin.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Wizard to create a library project for QtCreator.\nThe project generated by this wizard is a subdir project, including the library and it's test application.\nThis library can be easily included by other projects. Just include the pri file!\n\n\nGoal: Simply file library dependency resolving.\nIf project A use this template, project B wants to link against libA, then just add A as a sub-project and include libA.pri in the pro that going to link against libA.\n\n\nHow To Use:\nClone into QtCreator/share/qtcreator/templates/wizards/libproj\nRestart your qtcreator. Then you can start with \"File \u003e New File or Project \u003e Libraries \u003e Perfect library soluton\".\n\nAdd an existing depended project:\nIf project XX depends on project(usally a library) is also use this template, then it very easy to use that project.\nAssume the depended project is foo\n1. Put that project into depends/\n2. Edit depends/depends.pro, add foo or foo/src/libfoo.pro to SUBDIRS\n3. Add \ninclude($$PROJECTROOT/depends/foo/src/libfoo.pri)\nafter the following lines in $$PROJECTROOT/depends/foo/src/libfoo.pro\n\nPROJECTROOT = $$PWD/..              #optional. suppose the that library project's root dir is $$PWD/..; if that project use the same common.pri as this, PROJECTROOT can be this project's\ninclude(dir_of_XX/libXX.pri)        #resolve depends\npreparePaths($$OUT_PWD/../out)      #parameter is the build dir. if not parameter, build dir is Makefile's dir\n\ninclude($$PROJECTROOT/depends/foo/src/libfoo.pri)  #Add the depends\n\n\nBuilding:\nRECOMMAND: run qmake with parameters like below recommand to avoid some depends problem\nqmake -r \"BUILD_DIR=your_build_dir\"\nYOU MUST use those arguments if you have sub-projects in depends\nThe default output dir is SRC/out\n\nIn QtCreator, all generated files except Makefiles are in 'BUILD_DIR', Makefiles are in 'Build directory', You can change build directory in QtCreator 'Projects/General/Build directory'\n\nDirectories:\nif BUILD_DIR is out, Qt version is 4.8.5\nout---.moc/4.8.5/moc_*.cpp\n\t  .obj/subprojects/*.o\n\t  .rcc/4.8.5/qrc_xxx.cpp\n\t  .ui/4.8.5/ui_*.h\n\t  bin/target(.exe), depended dll\n\t  lib_targetos_arch/*.so,*.a,*.lib,*.dll\n\nwhere targetos is win32, linux etc. arch is x86, x86_64, arm etc.\n\nTODO:\n1. depends solution, use a seperate dir\n2. deployment\n3. res\n\nwbsecg1@gmail.com\n2012-02-19\nlast updated 2012-12-30\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwang-bin%2Flibprojwizard4qtcreator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwang-bin%2Flibprojwizard4qtcreator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwang-bin%2Flibprojwizard4qtcreator/lists"}