You can set DESTDIR to have the final build artifact in a different directory than where the build happens.
E.g. in your Library_1.pro you could try
Qt Code:
DESDIR= .. # or DESTDIR = ../ # or DESTDIR = $$PWD/..To copy to clipboard, switch view to plain text mode
Cheers,
_
Bookmarks