TEMPLATE = subdirsSUBDIRS = staticlib applicationQMAKE_EXTRA_TARGETS = release debug release-clean debug-clean release-distclean debug-distcleanrelease.CONFIG = recursivedebug.CONFIG = recursiverelease-clean.CONFIG = recursivedebug-clean.CONFIG = recursiverelease-distclean.CONFIG = recursivedebug-distclean.CONFIG = recursive
PRE_TARGETDEPSAll 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.