Build the dependent statically link libs & set its order
QML and Qt Quick
3
Posts
3
Posters
1.1k
Views
3
Watching
-
Hi ,
I would like to build an exe which is depended on one static lib & that static lib is dependent on other static lib.
So when i build the exe the static lib would not get build. I need to build those libs separately then.
Is there way when ever i build the exe all the dependent lib will also get build.
Also i want to set the order in which the library got built.
Thanks,
Tushar -
I guess the subdirs template is what you are looking for.