Relative Content

Tag Archive for c++subdirectoryqtabwidgetmultiple-projects

GCC embed binary into a qtabwidget

If there is a similar post out there I have not found it. pleases reply with a link if there is one.
project description:
We have created a modular approach with our projects. for example projectFramework which contains the qtabwidget. then projectA, projectB, — projectL are treated as a module which get populated into each tab if the specified project is needed for the particular Job.
currently the sub projects(A-L) are built into DLL’S, which are working. However, we need to have each project(A-L) in its own subfolder which becomes a module that can be there or not. Also we do not want the Framework binary to need those folders of libraries if they are not needed for the job. since we are using dll’s that means we need to link them into the Framework and since they are linked then they need to exist in there perspective sub-folders.