diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2011-02-24 14:14:17 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2011-02-24 14:23:55 (GMT) |
commit | 435222b11346f9a90a547adab28a81cb31a3a854 (patch) | |
tree | fe8d83b640ee9b72d9f676bff2ab733bd68d2226 /mkspecs | |
parent | 03ced5675e7acd15c80c860185f1daae177d2290 (diff) | |
download | Qt-435222b11346f9a90a547adab28a81cb31a3a854.zip Qt-435222b11346f9a90a547adab28a81cb31a3a854.tar.gz Qt-435222b11346f9a90a547adab28a81cb31a3a854.tar.bz2 |
Add files deployed using qmake_emulator_deployment.flm to 'what' list
Since anything copied using this flm is part of application deployment,
those files should be present in the 'what' list.
Task-number: QTBUG-17727
Reviewed-by: Janne Koskinen
Diffstat (limited to 'mkspecs')
-rw-r--r-- | mkspecs/symbian-sbsv2/flm/qt/qmake_emulator_deployment.flm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/symbian-sbsv2/flm/qt/qmake_emulator_deployment.flm b/mkspecs/symbian-sbsv2/flm/qt/qmake_emulator_deployment.flm index 39ab0f0..8791a47 100644 --- a/mkspecs/symbian-sbsv2/flm/qt/qmake_emulator_deployment.flm +++ b/mkspecs/symbian-sbsv2/flm/qt/qmake_emulator_deployment.flm @@ -33,5 +33,6 @@ ifeq ($($(SINGLETON)),) $(eval $(call qmake_emulator_deployment, $(subst $(CHAR_SPACE),\$(CHAR_SPACE),$(DEPLOY_TARGET)), $(subst $(CHAR_SPACE),\$(CHAR_SPACE),$(DEPLOY_SOURCE)))) $(call makepath,$(dir $(DEPLOY_TARGET))) $(eval $(call GenerateStandardCleanTarget,$(CLEAN_TARGET),'')) +$(eval $(call whatmacro,$(CLEAN_TARGET))) endif |