Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
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