There is a workaround for this, as well as an interesting discussion of this issue (qmake seems to be the problem here) on the Qt Creator mailing list.
The workaround is to add the PRE_TARGETDEPS command to the main .pro file of the application file, for example:
PRE_TARGETDEPS += /path/to/your/lib.a
It makes relink.
Rob Sep 28 '09 at 6:40 2009-09-28 06:40
source share