summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2011-09-22 13:21:58 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2011-09-22 13:33:43 (GMT)
commitc6eac82ad48c3956a16cfa89105374003fc854d6 (patch)
tree4002dcfd9988f2a672c208712d92dc9fd757a1fd /mkspecs
parent7b0ad143af1f3246ff75b46d7cb57632e276f763 (diff)
downloadQt-c6eac82ad48c3956a16cfa89105374003fc854d6.zip
Qt-c6eac82ad48c3956a16cfa89105374003fc854d6.tar.gz
Qt-c6eac82ad48c3956a16cfa89105374003fc854d6.tar.bz2
Improve sbsv2 whatlog support.
All builds will now add anything generated via QMAKE_EXTRA_COMPILERS to whatlog. In addition, platform builds will now add to whatlog the exported mkspecs and qmake_clean.flm that were missing. Task-number: QTBUG-21591 Reviewed-by: Sami Merila
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/symbian-sbsv2/flm/qt/qmake_extra_pre_targetdep.flm1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/symbian-sbsv2/flm/qt/qmake_extra_pre_targetdep.flm b/mkspecs/symbian-sbsv2/flm/qt/qmake_extra_pre_targetdep.flm
index dce7f20..26afff6 100644
--- a/mkspecs/symbian-sbsv2/flm/qt/qmake_extra_pre_targetdep.flm
+++ b/mkspecs/symbian-sbsv2/flm/qt/qmake_extra_pre_targetdep.flm
@@ -31,6 +31,7 @@ endef
ifeq ($($(SINGLETON)),)
$(eval $(qmake_extra_pre_targetdep))
$(eval $(call GenerateStandardCleanTarget,$(PREDEP_TARGET),''))
+$(eval $(call whatmacro,$(PREDEP_TARGET)))
endif