This post has been edited 1 times, last edit by "flowerJT" (Feb 10th 2005, 1:18pm)
Quoted
From qmake Command Reference:
PRE_TARGETDEPS
All libraries that the target depends on can be listed in this variable. Some backends do not support this, these include MSVC Dsp, and ProjectBuilder .pbproj files. Generally this is support internally by these build tools, this is usefull for explicitly listing dependant static libraries.
This list will go before all builtin dependencies.
Quoted
Originally posted by flowerJT
Thanks for responding...
Jacek, your suggestion sounded promising ... Unfortunatly it did not work. I tried several notations like libStatic.a, Static, Static.a, etc. without result.
Probably we'll have to do a "make clean" in future
Nevertheless thanks for your help!
Jupp Tscheak