Hey,
I am writing a static library "A" that depends on other static libraries ("B1,B2..."). To not always have to link the whole set of libraries into the final executable, I would like for all the "B1,B2..." into "A".
Can this be done using qmake/qtcreator?
Thanks!
Nathan