[Qt-interest] cleaning up libraries properly with distclean

Evan Teran eteran at alum.rit.edu
Sun May 31 00:07:10 CEST 2009


So I've noticed that with qmake, if you build a library and you change
the target, the .so or .a files are not cleaned up. Everything else is,
but not the actual libraries.

Is there a simple way to fix this? Perhaps a function I can register to
run after a distclean?

I can see from the output that distclean attempts to remove the library,
but it doesn't append the target path, so it isn't found.

Any thoughts?

Evan Teran



More information about the Qt-interest-old mailing list