Multi-Project Archietecture
Unsolved
General and Desktop
-
Hi,
Currently I am working on a project which works by using multiple smaller projects [the main project is subdir template which the others are app type].
Now, I recently got a requirement to make another project which uses some common packages(smaller projects mentioned before). We also want the changes in the package to be reflected in both projects.
I was wondering if there is a way in qt to accomplish the same.P.S. the change must be accomplished offline without a server for uploading the code [would have gone with git based change otherwise]