I am building multiple programs that share libraries between them. I have been using a sub_dir project to build one of the programs and need to create a new program that shares some, but not all of the library projects from the first program.
How would I go about doing that in Qt Creator?
↧