How to merge projects?
-
My goal is to build a master class which inherits from classes located in different projects.
Building such class is fairly straight forward using QT inheritance custom option.
However - to use QT "inheritance dialog " - the sub classes must be located in SAME project .
I am looking for a easy way to "merge projects" so I can have access to all sub-classes. -
I thing I got the solution - using "copy files " NOT specific source files , just any files , but I need to test it