Re: qmake to compile all files in a directory and make a library for each file
Originally Posted by anda_skoa
You could have one .pro file per library and then a .pro file with TEMPLATE=subdirs that lists all these other .pro files in its SUBDIRS variable.
When you add a new library you add its .pro to that file (or you generate that file with a script)
Cheers,
_
Thanks. I was trying to avoid writing scripts and many steps, since the GUI will be also compiled by users who would have to build (if needed) their own libraries.
So I am trying to make it as simpler as possible.
Bookmarks