[Qt-interest] qmake: Changing the destination directory of linker output
Jeffrey Brendecke
jwbrendecke at icanetix.com
Sun Jul 12 13:29:58 CEST 2009
Is it possible to configure a qmake project file to build from sources without
putting any linker output in the source tree?
In my case, I am trying to build a shared library from sources on a CIFS file
share, and creating symbolic links to the generated shared library is failing
as the shared library is being built in with the sources on the file share,
where symbolic links are not supported.
I can get all of the .o files to be compiled outside of the tree just file,
but not the output of the linker.
I am using Qt 4.5.1 on Linux.
More information about the Qt-interest-old
mailing list