diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2011-09-22 13:21:58 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2011-09-22 13:33:43 (GMT) |
commit | c6eac82ad48c3956a16cfa89105374003fc854d6 (patch) | |
tree | 4002dcfd9988f2a672c208712d92dc9fd757a1fd /mkspecs | |
parent | 7b0ad143af1f3246ff75b46d7cb57632e276f763 (diff) | |
download | Qt-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.flm | 1 |
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 |