{"id":22254069,"url":"https://github.com/teddy-van-jerry/qt_multi_pro_test","last_synced_at":"2026-07-03T00:04:50.353Z","repository":{"id":147388537,"uuid":"381759279","full_name":"Teddy-van-Jerry/Qt_Multi_Pro_Test","owner":"Teddy-van-Jerry","description":"A simple test of multi projects of Qt.","archived":false,"fork":false,"pushed_at":"2021-06-30T16:19:40.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-30T11:29:06.915Z","etag":null,"topics":["qmake","qt"],"latest_commit_sha":null,"homepage":"","language":"QMake","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/Teddy-van-Jerry.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-30T16:03:34.000Z","updated_at":"2023-05-19T10:41:43.000Z","dependencies_parsed_at":"2023-05-22T11:45:26.474Z","dependency_job_id":null,"html_url":"https://github.com/Teddy-van-Jerry/Qt_Multi_Pro_Test","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/Teddy-van-Jerry%2FQt_Multi_Pro_Test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teddy-van-Jerry%2FQt_Multi_Pro_Test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teddy-van-Jerry%2FQt_Multi_Pro_Test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teddy-van-Jerry%2FQt_Multi_Pro_Test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Teddy-van-Jerry","download_url":"https://codeload.github.com/Teddy-van-Jerry/Qt_Multi_Pro_Test/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245460895,"owners_count":20619160,"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":["qmake","qt"],"created_at":"2024-12-03T07:22:02.917Z","updated_at":"2026-07-03T00:04:50.309Z","avatar_url":"https://github.com/Teddy-van-Jerry.png","language":"QMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Qt Multi Pro Test\nA simple test of multi projects of Qt.\n\n\u003e Compiling using:\n\u003e - (Windows 10) Qt 6.1.1 MinGW / MSVC\n\u003e - (Ubuntu 20) Qt 6.0.3 GCC\n\n## Introduction\nIt goes beyond saying that a good structure of the programme is fundamental.\nHowever, doing so seems too complicited.\n\nHere I use a sample to implement the idea of using `subdirs` template in Qt using **QMAKE**.\n\n## Windows\n\u003e Here I test on WIndows 10.\n\nThe LIB file has the suffix `dll`, add them in the `pro` file.\n\n## Linux\n\u003e Here I test on Ubuntu 20.\n\nThe LIB file has the suffix `so`, add them in the `pro` file.\n\n**PRO TIP**: The line here is very important, without which there can be compiling errors.\nWithout this line, there can be file `.so`, `.so.1`, `.so.1.0`, `.so.1.0.0`,\nwhich can lead to errors of shared libraries.\n```qmake\nCONFIG += plugin # no symbolic link on linux\n# Ref: https://forum.qt.io/topic/18882/solved-suppress-so-version-on-linux\n```\n![Effect on Ubuntu](https://img-blog.csdnimg.cn/20210630235425169.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteddy-van-jerry%2Fqt_multi_pro_test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteddy-van-jerry%2Fqt_multi_pro_test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteddy-van-jerry%2Fqt_multi_pro_test/lists"}