I am looking for a way to structure a project that is mainly built around a Qt application on Linux system. what I need is the following:
the Qt application will relatively access all other repositories like ../Utils/libs/xyz. does it make sense to separate it into git submodules and the root folder will be a git repo as well?
How would you realize it?
If you want to have a main Git repository with Git repositories under it, you HAVE to use submodules. There is no other way to do it.